Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Problem in connecting leshan client to bootstrap server

Hi,

I started the bootstrap server, LWM2M server and leshan client in 3 different machine

1. In bootstrap server i added the Add new client bootstrap config. with endpoint names and secure mode(PSK),
2. then created Boostrap data for secure example using DTLS in data.json,
3. posted the data.json to boostrap server and getting it displayed over there with correct conversion of Id from hex to text but getting some different hex values in           secret,
LeshanClientDemo

coaps://[ip]:5684/
security mode : PSK
Id : identity0 
secret : 746F7073656372657430 

coaps://[ip]:5684/
security mode : PSK
Id : identity 
secret : 746F70736563726574 


Now I want to connect the client with bootstrap server and getting the errors as mailed previously.

Thanks,
Waris

On 18 January 2017 at 10:42, Waris Khan <wariskhan4119@xxxxxxxxx> wrote:

Hi Team,

 

I started the bootstrap server, LWM2M server and Lesahn client in 3 different machines:

LWM2M server---- 10.37.2.24

leshan client--- 10.37.3.24

bootstrap server-10.37.14.24

I am able to connect the client with LWM2M server and passing the data.json file to configure bootstrap server but it failes to connect with below details:

 

root@UE-10-37-3-24:~/sw/leshan_client# java -jar leshan-client-demo.jar -lh 10.37.3.24 -lp 5683 -u 10.37.14.24

Jan 17, 2017 7:44:58 AM org.eclipse.californium.core.network.config.NetworkConfig createStandardWithFile

INFO: Loading standard properties from file Californium.properties

2017-01-17 07:44:58,277 INFO LeshanClientDemo - Press 'w','a','s','d' to change reported Location (57.0,29.0).

2017-01-17 07:44:58,277 INFO LeshanClient - Starting Leshan client ...

Jan 17, 2017 7:44:58 AM org.eclipse.californium.core.CoapServer start

INFO: Starting server

Jan 17, 2017 7:44:58 AM org.eclipse.californium.core.network.CoapEndpoint start

INFO: Starting endpoint at 0.0.0.0/0.0.0.0:0

Jan 17, 2017 7:44:58 AM org.eclipse.californium.scandium.DTLSConnector start

INFO: DTLS connector listening on [0.0.0.0/0.0.0.0:57008] with MTU [1,280] using (inbound) datagram buffer size [16,474 bytes]

Jan 17, 2017 7:44:58 AM org.eclipse.californium.core.network.CoapEndpoint start

INFO: Starting endpoint at /10.37.3.24:5683

2017-01-17 07:44:58,294 INFO LeshanClient - Leshan client started.

2017-01-17 07:44:58,308 INFO RegistrationEngine - Trying to register to coap://10.37.14.24:5683 ...

 

Output console as:

 

 

Jan 17, 2017 7:45:07 AM org.eclipse.californium.core.server.ServerMessageDeliverer deliverRequest

INFO: Did not find resource [rd] requested by /10.37.3.24:5,683

 

Please help me out in this.

 

 

Thanks & Regards,

 Waris Khan




Back to the top