Skip to content

Resources to program IoT

pablopi edited this page Oct 13, 2015 · 8 revisions

This is a non-exhaustive list of resources you can use to develop netbeast apps. If you feel something is missing please comment this issue: https://github.com/netbeast-co/xway/issues/5.

Languages

We currently only support python (for historical and practical reasons) and encourage the developing on node.js. It is possible then to program in C++ and wrap it in javascript (or not) or shell script and run those scripts from python or any of the already mentioned languages.

Interesting Node packages for IoT

Interesting Python packages for IoT

Platforms

Even though it is tested to work on Raspberry Pi 1 and 2 it is possible to launch it on a range of devices running node.js. You may want to test it on the following:

  • Humming Board
  • Intel Galileo Board
  • How could we integrate this project into Arduino? Open an issue on this repo to discuss it.
  • How could we integrate this project into Beagle Board? Open an issue on this repo to discuss it.
Clone this wiki locally