Tool/software: Linux
Hi..
( i ordered several cc2650 launchpads and one raspberry pi), I want to create a mesh network of 'launchpad devices which will collect the data from the attached sensor' and send it to a remote server.
1. Remote server will be my windows PC ( Running a xampp server ) PC will be connected to raspberry pi using a LAN cable.
2. Raspberry pi : will be connected to a launchpad (using a USB cable), //lets name this launchpad :: (LP_01),
3. And other 3 (LP_02, LP_03, LP_04) launchpad will be in mesh topology communicate via 6lowpan (RPL+uIP).
i have been reading articles from ANRG and contikisourceforge.net :
I want to know what type of code will be in the Raspberry pi, ::
what type of code in (LP_01 : launchpad connected to R-pi)
and type of code in mesh node launchpad (LP_02, LP_03, LP_04)
rest im clear with the code in my server PC ( the HTML+PHP) webpage in local host
I am thinking that : a kind of (UDP-clinet code: from example/ipv6/rpl-udp ) in the mesh node launchpad ::: and a knid of (UDP-server code : from /example/ipv6/rpl-udp ) in the launchpad connected to raspberry pi :
but im still confused with what kind of code will the raspberry pi will run :: ??