iot-nodejs icon indicating copy to clipboard operation
iot-nodejs copied to clipboard

Client libraries and samples for connecting to IBM Watson IoT using nodejs

Results 10 iot-nodejs issues
Sort by recently updated
recently updated
newest added

Current release needs axios to be revved due to a high priority security issue in axios 0.19, which is fixed in axios > 0.21

Hey! I've developed a number of projects based on the Watson IoT platform. I used to always use the `ibmiotf` package, but it seems like these days it would be...

Hi all, Does this library support the API call for device bulk configuration "Delete multiple devices"? I did not find anything in the code or documentation. If it does not,...

question

Can't connect to websocket with React App. ``` const auth = { key:"API Key", token:"Auth token" } const identity = { orgId:"orgId", typeId:"deviceTypeId", deviceId:"deviceId" } let deviceConfig = new DeviceConfig(identity,...

- [ ] Apply a basic (not too complicated) css style to the sample to improve it's appearance - [ ] Add support for additional features ... think about ways...

enhancement

Deliver a nodejs equivalent to https://github.com/ibm-watson-iot/iot-python/tree/master/samples/psutil and https://github.com/ibm-watson-iot/iot-java/tree/master/samples/oshi

enhancement

May be redundant due to the current inability to use MQTTv5 but this way we're ready for the node update if we wanted to be.

See https://coveralls.io/github/ibm-watson-iot/iot-nodejs Many existing tests need to be fixed, we can replace mocked stuff with real usage of hldtxx as we do with other testsuites to resolve most of these...

enhancement

We should have docs in place equivalent to what is available in https://ibm-watson-iot.github.io/iot-python/

enhancement