This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/LAUNCHXL-CC1310: Co-AP client example is not responding on OTA server

Part Number: LAUNCHXL-CC1310


Tool/software: TI C/C++ Compiler

Helllo TI Community,

I used Co-AP OTA server by using following link,

 

According this, server will respond to GET requests of the form:

coap://[bbbb::1]/ota

I used contiki-ng/examples/coap/coap-example-client for Co-AP client . and set server ip as

#define SERVER_EP "coap://[bbbb::0:0:0:0:0:1]/"

But after startup, the client will always report.

 

I  want OTA server do respond on Co-AP client and print "receive coap-request" on server side.

Thanks 

Nikunj.