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

Resource discovery of a COAP Server using node js coap client #53

Closed
latapata opened this issue Apr 13, 2015 · 6 comments
Closed

Resource discovery of a COAP Server using node js coap client #53

latapata opened this issue Apr 13, 2015 · 6 comments

Comments

@latapata
Copy link

Hello All,

I have a standard coap server implemented. by using a node js coap client I want to discover the available resources in the coap server. How can I do it using the node js coap client ?

Thank you in advance for the reply.

@mcollina
Copy link
Collaborator

I have no example for this, but it would be great if you write a module to handle that! Have a look at the spec for /.well-know/core and the Link format.

@mcollina
Copy link
Collaborator

Than send a PR to the README, so we can refer to your module!

@latapata
Copy link
Author

@mcollina yes lately I found that .well-known/core gives me. The pain is parsing the string. I am doing it i will let you know when it is done. I do not know how to write node js modules so I will take some time to do that.

@hmahida
Copy link

hmahida commented Jun 8, 2015

@latapata any update on " .well-known/core" implementation as module ?

@mcollina
Copy link
Collaborator

mcollina commented Jun 8, 2015

Not really, but if you want to give it a stab, I would be very happy to add a link here and an example.

@hmahida
Copy link

hmahida commented Jun 8, 2015

@mcollina ok, thanks, I am looking at .net implantation of " .well-known/core". Let see, I will update here if anything promising ..!!! any way fantastic work by you @mcollina . thanks for node-coap.

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

3 participants