Ns3 Projects for B.E/B.Tech M.E/M.Tech PhD Scholars.  Phone-Number:9790238391   E-mail: ns3simulation@gmail.com

How do you Simulate an IoT Device

        Through this article our research professionals have highlighted the significance about the simulation process of IoT devices along with the step by step process.

Create Ns3 Main File to Simulate IoT Device

        IoT device based simulation is performed through creating the main file in scratch folder along with the file extension .cc.

Ns3 Main File to Simulate IoT Device

Configure IoT Device in Ns3 for Simulate

      IoT device in IoT module in Ns3.26 are configured for the simulation process through implementing following commands.

cd  /home/research/ns-allinone-3.26/ns-3.26

sudo  ./waf configure

sudo  ./waf build

Simulate IoT Device Using Waf in Ns3

       Ns3 main file is executed to simulate the IoT device based simulation through implementing the below mentioned commands.

cd  /home/research/ns-allinone-3.26/ns-3.26

sudo  ./waf –run SimulateIoTDevice –vis

           Following that, we have to change the location and implement the below mentioned commands to acquire the network animator results for IoT device simulation process.

cd /home/research/ns-allinone-3.26/netanim-3.107

./NetAnim

        In addition, the research scholars can reach us, if you guys face any issues while simulating IoT devices using OMNeT++, Ns3 and Waf in Ns3 in your system.