Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use wakaama to connect to coap://leshan.eclipse.org:5683 #7

Closed
fanghuaqi opened this issue Mar 12, 2015 · 4 comments
Closed

Can I use wakaama to connect to coap://leshan.eclipse.org:5683 #7

fanghuaqi opened this issue Mar 12, 2015 · 4 comments

Comments

@fanghuaqi
Copy link

Hi, I want to try to connect to coap://leshan.eclipse.org:5683 by using the built ./lwm2mclient from https://github.com/eclipse/wakaama source code.

Here is the command I run:
./lwm2mclient 56831 leshan.eclipse.org 5683

But I can't see any respone from this leshan.eclipse.org, is there any instruction about how to use the leshan sandbox server.

Thanks a lot

@sophokles73
Copy link
Contributor

Hi,

you have done the very right thing :-)
When I run the command from my Windows laptop, I can see how the wakaama client registers with the leshan server. I can also see this in the web console available at (http://leshan.eclipse.org).

Are you sure that you have network connectivity to leshan.eclipse.org, i.e. are you behind a proxy/firewall that might prevent UDP packets from passing to the Internet?

@fanghuaqi
Copy link
Author

Hi, I think maybe UDP packets maybe blocked. Thanks

@ericnjin
Copy link

ericnjin commented Sep 1, 2016

Hi , I used a wakaama client and leshan demo server.
Registration , Read operation was fine but write operation does not work.

for plain text, it works fine but TLV and JSON option was not.

Is it bug on Leshan? or wakaama client bug?
Is there any comments on this?

Thanks and regards

@sbernard31
Copy link
Contributor

Hi,
I just tested it with wakamaa (master) vs leshan (master)
When I try to write UTC Offset 3/0/14, I get success with TLV and Text format and get a segfault for JSON.
Having look of the payload with wireshark, this seems ok {"e":[{"n":"","sv":"+01:02"}]}.
So I bet on a wakaama bug.
Simon

mike-scott pushed a commit to mike-scott/leshan that referenced this issue Jan 31, 2018
mike-scott pushed a commit to mike-scott/leshan that referenced this issue Jan 31, 2018
mike-scott pushed a commit to mike-scott/leshan that referenced this issue Jan 31, 2018
mike-scott pushed a commit to mike-scott/leshan that referenced this issue Jan 31, 2018
…T). Users can now

create requests that only retrieve a single block from the destination.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants