florasim / flora

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

Modifying the data being sent. #72

Open sibinlazarm opened 1 year ago

sibinlazarm commented 1 year ago

Hi,

I am new to Omnet++ and FLoRa frame work. Can anyone help me with how to change the data being sent between nodes. To be specific I want to send JSON format (or dict) between nodes and the gateway.

Also I want to know how to receive these output on virtual com port so that I can read it externally using python...