Hi,
I am using Nordic nrf51 DK board with soft device s1xx-iot-prototype2_softdevice.hex and application program as CoAP server from nRF_IoT_Examples\0.8.0\coap\ipv6\server. with the above configuration, i am able to establish ble connection from linux system to nordic nrf51 and able to ping the ipv6 address. But, i am not able to verify CoAP protocol. I tried with IoTivity and with firefox plugin(CoPPER). I kept a debug using led4 (LEDS_INVERT(LED_FOUR)) in udp_input() function, but led4 state is not changed. To confirm the debug print, i added the same statement in icmp6_input(). If i ping from linux host, led4 is toggling.
The limitations section in nrf CoAP document(developer.nordicsemi.com/.../a00003.html), states that multicast support is not implemented. Please let me know if any one added this support to CoAP.
Thanks, Sandeep