florasim / flora

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

Communication between nodes #32

Open CongducPham opened 3 years ago

CongducPham commented 3 years ago

Hi, congrats for your work.

I would like to know if it is easy/possible to simulate packet transmission/reception between device nodes?

regards,

gpremsan commented 3 years ago

Currently there is no support for device-to-device communication. However, you can modify the LoRaMAC and application layer implementation to support this. However, there are many other considerations, so please see similar discussion here

CongducPham commented 3 years ago

Thank you for these pointers. Much appreciated.

regards,