https://github.com/alexsartori/lorasim
Graphical simulator for LoRa with Markov Chains as models
https://github.com/alexsartori/lorasim
Last synced: 5 months ago
JSON representation
Graphical simulator for LoRa with Markov Chains as models
- Host: GitHub
- URL: https://github.com/alexsartori/lorasim
- Owner: AlexSartori
- Created: 2020-09-04T15:40:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T14:02:34.000Z (over 3 years ago)
- Last Synced: 2024-11-14T14:15:10.350Z (7 months ago)
- Language: Python
- Size: 344 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoRaSim
## About
**LoRaSim** simulates LoRa traffic by means of Markov Chains as models. These models are readily available in the simulator, but the collection is expandable by the user. Different models can be interleaved for different time intervals in order to observe the effect of interference or of a change in the transceiver settings.
The result of the simulation is a plot showing how the delivery probability of a packet changes over time.

## Installation
1) Clone the repo and `cd` into it
2) Run `pip install -e .`
3) Launch the simulator with the `LoRaSim` command