mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Start implementating platform files
This commit is contained in:
parent
54d88bce8f
commit
f7a7af979d
5 changed files with 40 additions and 1 deletions
19
example/platform.yaml
Normal file
19
example/platform.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
general:
|
||||
breakpoints: []
|
||||
breakpoints_every: 0
|
||||
debug: off
|
||||
interferences: on
|
||||
|
||||
nodes:
|
||||
count: 5
|
||||
implementations:
|
||||
- file.py
|
||||
|
||||
interfaces:
|
||||
wlan0:
|
||||
wireless: yes
|
||||
links:
|
||||
- 0: 5-8 => 10MBps
|
||||
eth0:
|
||||
wireless: no
|
||||
links: 5Mbps
|
Loading…
Add table
Add a link
Reference in a new issue