Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Leshan Server

Try the url without the "coap://" prefix.

java -jar leshan-client-demo/target/leshan-client-demo-*-SNAPSHOT-jar-with-dependencies.jar -u leshan.eclipse.org:5683

I suppose we could support both with and without prefix.

Le 27/06/2017 à 17:18, techs o a écrit :
Thank you for you reply.

I tested the Leshan client using the -u option
command line:  java -jar leshan-client-demo/target/leshan-client-demo-*-SNAPSHOT-jar-with-dependencies.jar -u coap://leshan.eclipse.org:5683

I get this error:  org.eclipse.californium.core.network.CoapEndpoint$5 run
GRAVE: Exception in protocol stage thread: Message has no destination address.

In fact, I want to deploy the Leshan server in the cloud and try to exchange with the Leshan client.
How can I do that please?

Thanks for help!
Kind Regards,


_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


Back to the top