florasim / flora

This is a set of modules to simulate LoRa networks
Other
52 stars 36 forks source link

Implementation of NetworkServerApp #66

Closed baikunth2a closed 1 year ago

baikunth2a commented 1 year ago

The network server in the given example simulation is implemented with StandardHost as networkServer: StandardHost, But there is a module called NetworkServerApp. How to implement this module as a standard network server in the example network?