Skip to content

Discrete-event and interactive simulator for Meshtastic.

Notifications You must be signed in to change notification settings

GUVWAF/Meshtasticator

Repository files navigation

Meshtasticator

Discrete-event and interactive simulator for Meshtastic.

Discrete-event simulator

The discrete-event simulator mimics the radio section of the device software in order to understand its working. It can also be used to assess the performance of your scenario, or the scalability of the protocol.

See this document for a usage guide.

After a simulation, it plots the placement of nodes and time schedule for each set of overlapping messages that were sent.

It can be used to analyze the network for a set of parameters. For example, these are the results of 100 simulations of 200s with a different hop limit and number of nodes. As expected, the average number of nodes reached for each generated message increases as the hop limit increases.

However, it comes at the cost of usefulness, i.e., the amount of received packets that contain a new message (not a duplicate due to rebroadcasting) out of all packets received.

Interactive simulator

The interactive simulator uses the Linux native application of Meshtastic, i.e. the real device software, while simulating some of the hardware interfaces, including the LoRa chip. Can also be used on a Windows or macOS host with Docker.

See this document for a usage guide.

It allows for debugging multiple communicating nodes without having real devices.

interactiveSim.mp4

Furthermore, since the simulator has an 'oracle view' of the network, it allows to visualize the route messages take.

License

Part of the source code is based on this repo, which eventually stems from [1].

This work is licensed under a Creative Commons Attribution 4.0 International License.

References

  1. S. Spinsante, L. Gioacchini and L. Scalise, "A novel experimental-based tool for the design of LoRa networks," 2019 II Workshop on Metrology for Industry 4.0 and IoT (MetroInd4.0&IoT), 2019, pp. 317-322, doi: 10.1109/METROI4.2019.8792833.
  2. Martin C. Bor, Utz Roedig, Thiemo Voigt, and Juan M. Alonso, "Do LoRa Low-Power Wide-Area Networks Scale?", In Proceedings of the 19th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (MSWiM '16), 2016. Association for Computing Machinery, New York, NY, USA, 59–67.

About

Discrete-event and interactive simulator for Meshtastic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages