keith-cullen / FreeCoAP

An implementation of a CoAP client, a CoAP server and a HTTP/CoAP proxy with full DTLS support.
132 stars 38 forks source link

Using this code with Raspberry Pi #10

Closed mhalamri closed 7 years ago

mhalamri commented 7 years ago

Hello, How can I upload this code to a Raspberry Pi 3? I want to use the CoAP server test applications with CoAP/DTLS/IPv6 and using Cupper as a client.

Thanks,

keith-cullen commented 7 years ago

Build instructions in README.md will work on Raspberry PI. Alternatively you can set up a cross development environment on a laptop and copy the binary across to Raspberry PI.