AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol
Other
188 stars 68 forks source link

Not able to register to bootstrap server #30

Closed kotadiakrunal closed 4 years ago

kotadiakrunal commented 5 years ago

In the Anjay documentation, it is mentioned as below.

To start the demo client:

uses plain CoAP ./output/bin/demo --server-uri coap://127.0.0.1:5683

Is there local/test (127.0.0.1:5683) bootstarp server available in the code base? if yes do we have to start before running the demo client?

krwc commented 5 years ago

Is there local/test (127.0.0.1:5683) bootstarp server available in the code base?

No, there isn't. That recommendation was only to give one a hint on how to start the app and connect somewhere. You'll need to provide an address of an existing server.