florasim / flora

This is a set of modules to simulate LoRa networks
Other
53 stars 39 forks source link

Integration with DeLoRaN #76

Open rastafaninplakeibol opened 11 months ago

rastafaninplakeibol commented 11 months ago

Hi! I'm developing DeLoRaN (https://github.com/DeLoRaN-Org/DeLoRaN), a distributed version for a LoRaWAN network, and I'm looking for LoRaWAN simulators in order to test custom scenarios with thousands of devices. I already have all the components, end devices and gateway/network server (called network controller) implemented using Rust. Do you think it is possible to use my custom components and just use your "phisical emulator" to test them? I know it is possible to call C++ functions in Rust and viceversa so if you have a piece of code like "send these bytes" and "listen for messages" it should be fine. I'm really interested in the phisical emulation and statistics of energy consumption in network.

Thanks in advance