Esko Dijk

Results 179 comments of Esko Dijk

Update: based on implementation work, it's found that * the states proposal requires independent activation/starting of the TCAT agent and the "BLE secure" functions * (where BLE advertising and TLS-over-BLE...

@arnulfrupp I've now made a draft PR (in my own repo) which adds the new states for TCAT agent and BLE-Secure. See: https://github.com/EskoDijk/openthread/pull/11/commits/73cbd02d0edf75fd950ade5a187f283dab117200 This commit builds on top of the...

@arnulfrupp FYI, I've now created the TCAT states PR here: https://github.com/openthread/openthread/pull/11802 Some things to note: - there is no tcat CLI command like `tcat state` to see the current state...

@arnulfrupp I'm working on updates now. I don't think we can get rid of the timer/state in the TCAT agent, for the following reasons: * later on the TMF command...

@arnulfrupp One of the main reasons an operator would like to disable TCAT is security. Having TCAT enabled creates a potential "backdoor" into the device, which is ok to have...

It is good IoT design principle to consider every open port/pin/interface as a security concern or "attack surface". Then the design that follows will keep things closed, unless there's a...

Update: my plan is to submit a PR with fixes once all the related TCAT PRs have been merged. This PR should then make clear where the issues are, even...