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.


