cetic / 6lbr

A deployment-ready 6LoWPAN Border Router solution based on Contiki
github.com/cetic/6lbr/wiki
Other
337 stars 195 forks source link

connecting contiki websense to 6lbr #195

Closed marcomilazzo closed 7 years ago

marcomilazzo commented 8 years ago

Dear Sir i'm using 6lbr and sky and it works fine i would like to use the contiki websense in the ipv6 example dir 6lbr does see the node but i doesen't connect to the route i did add

define NETSTACK_CONF_MAC csma_driver

define NETSTACK_CONF_RDC nullrdc_driver

define RF_CHANNEL 26

but still nothing image

What should i do ? thank's marco

laurentderu commented 8 years ago

The 'Last seen' value is not troublesome if there is no traffic from/to your node. Can you ping the node from your PC ? if not, it means your route towards the WSN are not properly configured, see https://github.com/cetic/6lbr/wiki/6LBR-Connection

marcomilazzo commented 8 years ago

Hi Laurent thank's a lot for the response So there is nothing missing in the normal web-sense of contiky? But the point is that it doesn't form the node tree ? This is way i think there is something missing I also tried the contiki udp client server and it workk 6lbr does see the node but no tree ! what am i missing? thank's again marco

laurentderu commented 8 years ago

If you mean the tree in the web server page, it's normal. You need a small application on your node to periodically send to 6lbr the information about the node's current parent. 6LBR by itself can not infer this information.

marcomilazzo commented 8 years ago

hi can you tell me what application? do you have an example? thank's marco

marcomilazzo commented 8 years ago

Also I'm using the cc2530 . is there a way to compile 6lbr-demo for this chip? Marco

laurentderu commented 8 years ago

The CC2530 is quite a limited platform and we don't plan to support it