Hi Santiago, desvirt is solely meant to provide virtual networks for the native platform (which allows you to run RIOT as a process on a Linux or OSX machine). For the IoT-Lab testbed you need a routing protocol or static routes to be able to use multihop networking. The `gnrc_networking` example (you can find it in the examples/ directory) provides the RPL routing protocol already for you, which can be configured using the `rpl` command. For static routes you need at least the `fib` module, which allows you to configure the routes with the `fibroute` command.
Hope this was helpful, Martine 2015-09-21 12:20 GMT+02:00 Santiago Bragagnolo <[email protected] >: > Hi all! > > I am quite new in this brave new world of IOT. Sorry if the question then > is maybe trivial. > > I am looking for a solution for sending a packet from a node to an other > through an other node using a wireless radio connection. For this I'am > using iot-lab platform (iot-lab.info), working strictly with M3 cortex > based nodes. > > These nodes of course will not be in direct range, and that is why i need > a multihop network. > > Then my question is how to build up a network in between different IOT > nodes and finally being able to send packets. > > I already tried searching in google and in the documentation, and the best > link I arrived is the following : > https://github.com/RIOT-OS/RIOT/wiki/Virtual-riot-network > > from the following conversation: > https://lists.riot-os.org/pipermail/users/2015-July/000389.html > > I understand that desvirt creates a virtual network for me, but i cannot > arrive to understand how to deploy that into a real set of nodes, since it > looks more as a simulation than to a real deployment. > > If any one can give me a better clue about how to solve this problem it > would be great. > > > Thank you very much! > > Santiago. > > > _______________________________________________ > users mailing list > [email protected] > http://lists.riot-os.org/mailman/listinfo/users > >
_______________________________________________ users mailing list [email protected] http://lists.riot-os.org/mailman/listinfo/users
