This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650: Remote website POST/GET request from Contiki Nodes, RPI

Part Number: CC2650

Hello,

I have a small network of nodes running and I am trying to send periodic packets to a remote web server, my question is what is best way to update a remote web server ? And what would be some good guides/ info?

My setup:  Internet -> 6lbr running on a RPI ( set in router mode) -> 2650 slip router -> 2650 nodes

I have the nodes in deep sleep mode.

I want to be able to send a http POST or GET request to http://mywebsite.com/index.php?device=value1&status=value2&temp=tempV1