Skip to content
Philippe Coval edited this page Feb 14, 2019 · 22 revisions

MQTT

IoT.js is supporting MQTT protocol, so it's straight forward to build a bridge:

Then it could be a good exercise to port nanomsg to IoT.js, and then make an adapter for moziot, the other simpler approach is to use nodejs (I can share ported code ask me)

And then next one can try to do a RUST version:

Python

Compare performance to python and uPy

Docker compose

Or if using docker-compose:

docker-compose --verbose run start/board/artik530

Recreating webthingnode_web_1
Attaching to webthingnode_web_1
web_1  | log: Loading platform: artik710
web_1  | Usage:
web_1  | /usr/bin/iotjs example/platform/index.js [port]
web_1  | Try:
web_1  | curl -H "Accept: application/json" http://localhost:8888
web_1  |
web_1  | log: SW404 ready:null
web_1  | log: SW403 ready:null
web_1  | log: gpio: RedLed: ready? (null expected): null
web_1  | log: gpio: BlueLed: ready? (null expected): null
web_1  | log: gpio: SW404: update: true
(...)
web_1  | log: gpio: BlueLed: writing: true
(...)
(... user hit Ctrl+C ...)
Gracefully stopping... (press Ctrl+C again to force)
Stopping webthingnode_web_1 ...
Stopping webthingnode_web_1 ... done

Windows

Misc

Adapter

XR

Demos:

Ideas

  • visualize opensensemap's sensors
  • generic 3d browser

INDEX

Clone this wiki locally