Hello
I got my hands on the CC1180 chip with the 6lowpan stack from Sensinode preflashed. It is connected to a microcontroller through UART and using the NAPsocket library the microcontroller is able to connect and comunicate through the CC1180 with a 6LoWPAN network. The 6LoWPAN network is using the OMAP L-138 as an edge router to connect the nodes to a wired network.
The application I'm using 6LoWPAN in is not suppose to be connected to the outside world, making the edge router unnecessary. The nodes in my 6LoWPAN network just need to communicate with each others (aka Ad hoc network). So my question is: Is it possible to have a 6LowPAN network with out the edge router?
I did some googling and figured out that at least one node should be in charge of updating a so called "whiteboard" which hold information about all the nodes connected to the network. Normally this job belongs to the edge router, but since I don't need a router I imagine I need to have one of my nodes declared as a "master" node and do the node managing job instead. Is i the capacity of the CC1180 network processor enough to hold this whiteboard or do I need implement this into my microcontroller?
BR
Henrik Rasmussen