Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OpenSim allows you to simulate an OpenWSN network without physical devices.

Table of Contents

How it works

A simulated network dehaves exactly like a network with real hardware. You can interact with the OpenVisualizer, communicate with your nodes from the Internet. The difference is that each node is emulated on your computer, rather than being real hardware.

...

Note

This section is under construction as we are slightly redesigning the way to run simulations.

In your openwsn-fw/ folder, enter the following command to build the OpenWSN mote's firmware as a Python extension library:

...

Running a simulation is exactly like running the OpenVisualizer, but specifying that this is a simulation.

As with the OpenVisualizer, there are several options, listed below

using the graphical user interface

 

In order to easily run a simulated network based on the code, you can use the OpenSim integration provided by OpenVisualizer; so, in your ./openwsn-sw/ folder:

...