-
Notifications
You must be signed in to change notification settings - Fork 2
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
Check wording of the mandatory-to-implement text (Section 4.0) #64
Comments
I'm still happy with the text. |
For me the "A Join Proxy MUST implement both" isn't fully aligned with existing reality of mesh networks. For example if Thread would adopt a stateful join proxy solution, the code for "stateless" would never be used and implementers would soon remove that code even if it were added at all. And maybe 6Tisch or something like it would adopt a stateless join proxy solution, not using the "stateful code" at all. A network / mesh standard that switches between modes based on configuration is of course possible, but that doesn't mean that e.g. Thread or 6tisch nodes all need to carry deadweight code. So I think we have a possible exception case here; if we know all nodes in a single WPAN network adhere to the same profile (like Thread/6tisch/JupiterMesh/WiSun/others...) and we know this profile defines a single method (stateful or stateless) only, then that's ok as well. The operator will then also know how to configure the Registrar based on the profile. And one site can still have multiple networks with multiple profiles, supported by a single Registrar. So the MUST here is not really a requirement for interoperability and it can be softened, as long as the Registrar can be configured on site to support only stateful, only stateless, or both. |
I think that for a number of scenarios, that we could allow (demand really) the relevant vertical to specify things. |
Ok to mention the profiles / MTI in other documents; and this would impact the discovery-draft also. |
Current text
Assigning to @toerless to consider some "softer" wording or rewording to clarify.
Noting that the part "A Registrar MUST implement the stateful mode" is always satisfied, otherwise the Registrar wouldn't be a Registrar at all. (It will always implement Coap-over-DTLS-over-UDP per cBRSKI -- even if it would keep this port locked & shielded from any clients.)
The text was updated successfully, but these errors were encountered: