This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IOT RaspberryPi CoAP testing example

Dear sirs,

Many thanks for the IoT SDK. Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.

The envirinment is:

  1. R-Pi & PC connecter to enterprise router by Ethernet. Router enables direct NAT for R-Pi IPv4 address (for testing) and doesn't implement IPv6 support.
  2. nRF51DK with 'CoAP client' example inside are succesfully connected to Raspberry, 'ping' command for both link-local and 'global' IPv6 adddresses from R-Pi to DK through bt0 network interface works fine.
  3. There seems two ways to test the DK: to use Phyton example as defined in documentation and through IPv4 tunnel connection from PC. I don't have administrative rights for the PC, and Phyton example seems to be easier than tunneling.

So, could you please recommend the guide to set up Phyton on R-Pi to execute script from IoT SDK documentation? Currently phyton says it can't find aiocoap module, and I can't find it in R-Pi list: www.raspberryconnect.com/raspbian-packages-list. And, is a possibility exists to test CoAP connection from Firefox plugin to nRF51 DK CoAP examples in such environment?

Thanks a lot!

Related