I’m planning to implement security threat models and security methods for the Internet of things . what are the commonly used simulation by RIoT tools for the IoT ?
Best Regards
Otmane
I’m planning to implement security threat models and security methods for the Internet of things . what are the commonly used simulation by RIoT tools for the IoT ?
Best Regards
Otmane
Dear Otmane!
I'm planning to implement security threat models and security methods for the Internet of things . what are the commonly used simulation by RIoT tools for the IoT ?
I'm not sure if I got your question right, but if you're asking for tools to run RIOT in a simulated (or let's more generally say "controlled environment") there are currently two tools at hand: 1. desvirt [1][2] - a small Python framework that allows to you to connect multiple RIOT native instances (Linux VMs are also supported) in a virtual network 2. cooja [3][4] - the well-known sensor network simulator, widely used within the Contiki community, supports a couple of MSP430 boards that are also supported by RIOT
Plans on support for network simulators like ns-3 or Omnet++ also exist, but currently, to the best of my knowledge, is working on that.
Cheers, Oleg
[1] http://wiki.riot-os.org/Virtual-riot-network [2] https://github.com/des-testbed/desvirt [3] https://github.com/RIOT-OS/RIOT/pull/1975 [4] http://soda.swedish-ict.se/2296/1/SICS-T--2006-05--SE.pdf