We need the simulator to provide (at least) three items of meta-data to the routers,
- TxDone/RxDone interrupt to emulate DIO0 pin
- RSSI of received message
- SNR of received message
The last two are need for metric calculations, they are accessible from the LoRa transceiver using the LoRa.packetRssi()
and LoRa.packetSnr()
functions. Not sure how to best to do something similar for the simulator. Any ideas where to start @Juul ?