node-wot
node-wot copied to clipboard
Components for building WoT devices or for interacting with them over various IoT protocols
With the merge of https://github.com/w3c/wot-binding-templates/pull/353, the CoAP Binding Template received an update that removed the `cov:observe` subprotocol and instead specifies that a consumer should be prepared to fall back to...
Should we update to version 5 (or newer) of TypeScript? We have noticed this in test-things due to discrepancy in the versions (not a huge deal) and I wasn't sure...
This is an _umbrella_ issue meant to collect tasks which should be done after our next major release. In general it is meant to clean-up stuff getting rid of old...
The events need to be better handled since the hosted Things are throwing memory leak warnings such as: > MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to...
https://github.com/eclipse-thingweb/node-wot/pull/1302 started to skip mbus tests on Windows due to issues. see https://github.com/Apollon77/node-mbus/issues/124#issuecomment-2154856735
fixes https://github.com/eclipse-thingweb/node-wot/issues/1299
As mentioned in https://github.com/eclipse-thingweb/node-wot/pull/1298 by @relu91 (see here https://github.com/eclipse-thingweb/node-wot/pull/1298#discussion_r1666540417) mocha ignores the new nodejs mechanism of reporting async unhandled exceptions. We need to set `mocha --unhandled-rejections=strict --require ts-node/register --extension ts`...
At the moment the implementation for readMultipleproperties() iterates over all *readable* properties and returns the result. In fact it should find a form with op `readmultipleproperties` and report the result....
> Given the discussion of today's committer meeting: > - TD spec is not clear about what to expect when the `sync` property is missing > - Eargerly validate the...
I have noticed a weird behavior with test thing. I have taken the td at http://plugfest.thingweb.io:8083/testthing and generated the flow. Everything but the following actions work: `int-void`, `int-int`, `int-string`. For...