-
Notifications
You must be signed in to change notification settings - Fork 438
Getting Started
Hosung Kim edited this page Apr 17, 2018
·
66 revisions
Current supported platforms are Linux and NuttX
OSX 10.10 as development host
- Build for x86 / Linux: Ubuntu 14.04 is used as a base platform.
- Build for Raspberry Pi 3 / Tizen
- Build for Stm32f4 / NuttX
- Build for Raspberry Pi 2 / Linux
- Build for ARTIK053 / TizenRT
- 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.
There is a script to help you build IoT.js called "build.py" in source repository.