Skip to content

Getting Started

Hosung Kim edited this page Apr 17, 2018 · 66 revisions

Supported platforms

Current supported platforms are Linux and NuttX

OSX 10.10 as development host

H/W boards

  • Current supporting
    • STM32F4-Discovery + BB
    • Raspberry Pi 2
    • Raspberry Pi 3
    • Samsung ARTIK 053

We will support the correct behavior of APIs for above environments. However, since IoT.js is targeting various kind IoT devices and platforms, single implementation cannot be the best practice for every environments. Therefore embedders should be in charge of optimization for their own environments. For more details on optimization, see the Optimization Tips page.

Build script

There is a script to help you build IoT.js called "build.py" in source repository.