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

Add a node to extract Thing Description #8

Closed
hidetak opened this issue Mar 4, 2024 · 3 comments
Closed

Add a node to extract Thing Description #8

hidetak opened this issue Mar 4, 2024 · 3 comments

Comments

@hidetak
Copy link
Contributor

hidetak commented Mar 4, 2024

I would like to develop a node that extracts Thing Description (JSON) generated by a server-side WoT node.
One of the use cases for this node is to register Thing Descriptions with the TD Directory using flows.
I believe that being able to register with flow will allow us to flexibly respond to a variety of TD Directories.

I would also like to add a node that sets the TD on the client side so that the Thing Description get from the TD Directory can be set dynamically.

@egekorkan
Copy link
Member

I would like to develop a node that extracts Thing Description (JSON) generated by a server-side WoT node.

@hidetak sounds like a good idea. It would be like using the getThingDescription of node-wot I guess?

I would also like to add a node that sets the TD on the client side so that the Thing Description get from the TD Directory can be set dynamically.

Sounds also reasonable and applicable to local network discovery as well, not just TD directories.

@hidetak
Copy link
Contributor Author

hidetak commented Mar 5, 2024

@egekorkan

Thank you for your comment.

@hidetak sounds like a good idea. It would be like using the getThingDescription of node-wot I guess?

Yes, I would use getThingDescription.
I would like to have two timing patterns for outputting the TD: when the server starts and when there is an input to the node.

Sounds also reasonable and applicable to local network discovery as well, not just TD directories.

I think so.

egekorkan added a commit that referenced this issue Mar 24, 2024
Add td nodes (issue #8) and enable basic auth (issue #9)
@egekorkan
Copy link
Member

Done via #10

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

2 participants