mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +02:00
Update README.md
This commit is contained in:
parent
ee57a1f4e2
commit
a597b6b91e
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -3,7 +3,7 @@
|
|||
[](https://www.python.org/) [](https://gitlab.com/manzerbredes/esds/-/tree/main)
|
||||
|
||||
### What is ESDS ?
|
||||
It is a short learning curve and coarse-grain network simulator. It contains the essential building blocks for the simulation of *Distributed Systems*, *Cyber-Physical Systems* (CPS), *Wireless Sensors Networks* (WSN) scenarios. It was originally designed to improve the flexibility/faithfulness of nodes implementations and mitigate the learning curve compare to existing network simulators.
|
||||
It is a short learning curve and coarse-grain simulator for distributed systems. ESDS contains the building blocks for the simulation of *Distributed Systems*, *Cyber-Physical Systems* (CPS), *Wireless Sensors Networks* (WSN) etc. It is designed to improve the flexibility/faithfulness of nodes implementations and mitigate the learning curve compare to existing simulators.
|
||||
|
||||
ESDS is part of a research project. Studies and validation experiments are available online. For more details please visit http://todo.com.
|
||||
|
||||
|
@ -17,15 +17,15 @@ To ensure that esds is properly working and installed on your system, you can ru
|
|||
### Features
|
||||
- Easy to use
|
||||
- Small API
|
||||
- Agent-based: node implementations are located in independant python files
|
||||
- Wireless interferences detection (i.e no modelization)
|
||||
- Custom node mobility (by updating the network matrix)
|
||||
- Nodes plugins (e.g energy consumption)
|
||||
- Agent-based: node implementations are located in dedicated python files
|
||||
- Wireless interferences detection (i.e not modelization)
|
||||
- Node mobility (by updating the network matrices)
|
||||
- Nodes plugins (e.g: energy consumption)
|
||||
|
||||
### What ESDS does not implements ?
|
||||
- Network protocols (e.g IP/TCP/UDP)
|
||||
- Wireless physical layer models (e.g Friis and Log-Distance models, modulation, RSSI)
|
||||
- Routing algorithms (e.g Shortest path)
|
||||
- Wireless physical layer models (e.g: Friis and Log-Distance models, modulation, RSSI)
|
||||
- Routing algorithms (e.g: Shortest path)
|
||||
- And much more!
|
||||
|
||||
### Simulation API
|
||||
|
@ -43,4 +43,4 @@ To ensure that esds is properly working and installed on your system, you can ru
|
|||
- *More details on the API in [example/sender.py](example/sender.py)*
|
||||
|
||||
### Documentation
|
||||
See `manual/manual.pdf` and the source code in `example/` and`tests/`.
|
||||
The documentation of ESDS is available in the [user manual](https://gitlab.com/manzerbredes/esds/-/blob/main/manual/manual.pdf).
|
Loading…
Add table
Reference in a new issue