Applicable Versions | NetSim Standard | NetSim Pro |
Applicable Releases | v11 | v12 | v13 |
NetSim SDN module allows modeling multiple controllers in networks such as Internetworks, WSN/IoT, MANETs, VANETs, and LTE.
Inter-controller communication requires the user to write their own code in NetSim. Netsim provides a platform whereby customers can develop various kinds of commands/interfaces compatible with any SDN-enabled device.
The code would be something along the lines of:
1. Develop a command to send a packet from device i to device j. Pass command via payload
2. Develop command to receive a packet at device j
3. In interface code, write code to process the payload
Please see the attached SDN manual (v13) and NetSim-Network Simulator & Emulator | Software Defined Networks (tetcos.com) for more information on SDN
Related Articles:
How to add custom commands to NetSim SDN/ Interactive Simulation module?