for a project i have to connect the Eclipse Leshan Client to a IoT Agent Server. My problem is to read the device's mesurements with Postman or cUrl command. The client after the configuration of the port (5683) look like it's connected to the server but i can't read the values of the dummy device.
I ask how i can connect the client to server. Which file have i to config for my work?. Also i have set up an orion context broker on the port 1026. The listening port of the server is the port 5683. I wish to use the devices registered in the client Leshan, but the data results EMPTY.
Fiware IoTAgent: https://github.com/telefonicaid/lightweightm2m-iotagent;
Eclipse Leshan: https://github.com/eclipse/leshan
You need to take a workaround through that port in order to achieve your goal.
Best luck!