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:
- 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.
- 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.
- 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!