cetic / 6lbr

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

Example : UDP client #256

Open Maxilicious opened 7 years ago

Maxilicious commented 7 years ago

Hi,

I'd like to use the provided UDP client to connect to my 6LowPan gateway, but the page for demosntrating how to install the udp client is missing. Could you give me some directions on how to install this?

laurentderu commented 7 years ago

Indeed, the UDP client demo page is still sadly empty... You can find the UDP demo client in examples/6lbr-demo/apps/udp-client and the corresponding server in examples/6lbr/apps/udp-server.

Note that the code is not the simple code possible, you should also have a look at the Contiki examples.

chenek commented 7 years ago

Try to refer to http://sunmaysky.blogspot.tw/2017/03/how-to-run-contiki-udp-serverudp-client.html