hello,
I want to use the Nordic's smartCoap library(nRF5 Iot SDK v0.9.0) on my linux UDP,
I want to know if the Nordic's smartCoap library can really do this,
if can , is there some documents to help me?
hello,
I want to use the Nordic's smartCoap library(nRF5 Iot SDK v0.9.0) on my linux UDP,
I want to know if the Nordic's smartCoap library can really do this,
if can , is there some documents to help me?
Hi, the IoT SDK is now part of the standard nRF5 SDK. You can find documentation for the CoAP library here: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/lib_iot_coap_core.html?cp=4_0_0_3_24_1_2_0
The CoAP example is here: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/iot_sdk_app_coap.html?cp=4_0_0_4_1_4_1 This is based on setting up a 6LoWPAN connection over BLE to a linux host.
You can also use the Thread protocol and set up a thread border router on your Linux host. There's more info here: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.thread_zigbee.v2.0.0/thread_client_server_example.html?cp=4_2_0_1_2_6
thanks, I will try.
thanks, I will try.