vaimee / zion

A scalable Thing Description Directory
Apache License 2.0
17 stars 4 forks source link

Core introduction method #20

Open relu91 opened 2 years ago

relu91 commented 2 years ago

As specified in https://w3c.github.io/wot-discovery/#introduction-core-rd-sec, the Thing Description of a Thing Description Directory may be advertised using the CoRE Link format and the CoRE Resource Directory. In Zion we can have two modes:

relu91 commented 1 year ago

Re-opening cause #29 implemented one of the two features

JKRhb commented 9 months ago
* [ ]  Zion registers itself into another CoRE Resource Directory

The process to do this is described in RFC 9176, section 5. For the implementation we could either let the TDD discover local CoRE-RDs (e.g., via mDNS/DNS-DS or CoAP multicast) where is then going to register or define a registration URL via the config.

However, I assume this feature is not the most important one to add at the moment.

relu91 commented 9 months ago

The process to do this is described in RFC 9176, section 5. For the implementation we could either let the TDD discover local CoRE-RDs (e.g., via mDNS/DNS-DS or CoAP multicast) where is then going to register or define a registration URL via the config.

However, I assume this feature is not the most important one to add at the moment.

Yes, exactly we can start from the configuration and later improve with automatic discovery. As you can see we labeled the issue with low priority but if there is anyone interested we can change it.