node-wot icon indicating copy to clipboard operation
node-wot copied to clipboard

Components for building WoT devices or for interacting with them over various IoT protocols

Results 110 node-wot issues
Sort by recently updated
recently updated
newest added

Switching back code coverage checks? _Originally posted by @relu91 in https://github.com/eclipse-thingweb/node-wot/pull/1060#pullrequestreview-1573944494_

enhancement
question

> Hmm, it seems to me as if this is a problem of the `ExposeThing` where the `formIndex` type is explicitly overridden to be non-nullable. Therefore, I would suggest keeping...

core

Today we have a new critical alert in our security report. VM2 has been found vulnerable to [escaping the sandbox](https://github.com/eclipse-thingweb/node-wot/security/dependabot/73). As described [here](https://github.com/patriksimek/vm2/issues/533), the main maintainer is not willing to...

cli
security

I have a TD where eg. an event is being declared in `events` like this: ```json "customContentType": { "type": "string", "forms": [{ "contentType": "application/octet-stream" }] } ``` When the thing...

bug
binding-mqtt

Given that the td-tools package can be used without the other node-wot components, it makes sort of sense to move it out to its own repository since people are confused...

td-tools

> We can add unit tests later, just create an issue to keep this in mind. _Originally posted by @relu91 in https://github.com/eclipse/thingweb.node-wot/issues/934#issuecomment-1473389170_ Currently, the `http-server` lacks specific tests for CORS...

good first issue
binding-http

The new routing library introduced in https://github.com/eclipse-thingweb/node-wot/pull/1030 by default does not ignore trailing slashes. To avoid issues for existing implementations we decided to ignore trailing slashes for now (see https://github.com/eclipse-thingweb/node-wot/pull/1030/commits/b333da32868ade73f40fd71ffc213677c31ace47)...

enhancement
binding-http

Let's move the discussion of #1028 about versioning here. We should also not forget https://github.com/eclipse-thingweb/node-wot/issues/462 and https://github.com/eclipse-thingweb/node-wot/issues/648 I think the main question is whether we want to have a 0.9.0...

I tried to run the OPC-UA example `demo-opcua1.ts` from [README](https://github.com/eclipse-thingweb/node-wot/blob/master/packages/binding-opcua/README.md) (see [gist](https://gist.github.com/danielpeintner/e6c0f3723dce910f2dfcb8128f10b964) for full code). When trying to run it I get the following error ``` Cannot figure out field...

bug
binding-opcua
examples

In the links section of the exposed TD, we can manually write the URLs of documents hosted somewhere. However, node-wot is not capable of hosting these on its own. This...

enhancement
question
binding-http