contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.72k stars 2.58k forks source link

Mesh network code #2439

Open pavankumar8279 opened 6 years ago

pavankumar8279 commented 6 years ago

Hi I am trying to create mesh network using cc2650 launchpad five in number making four as nodes and one board as gateway I am planning to use udp-client.c/udp-server.c example to send and receive data so how can I add mesh network features to it so that data will be received efficiently using ipv6 stack? or Is there any other example code in Contiki except "rime" or any functions available to use it for creating a mesh network

Thank you and Regards Pavan

ankit2002 commented 6 years ago

Hey Pavan, Have you got any solution for this?

pavankumar8279 commented 6 years ago

Yes, the udp-client.c and udp-server.c code are itself creates a mesh network, that I didn't knew at that time and I tested on cc2650 launchpad

gnamyy commented 5 years ago

Hi all, sorry for intrusion which is the command to compile the rpl-udp?