Skip to content

Getting Started

Seo-Young Isabelle Hwang edited this page Apr 24, 2015 · 66 revisions

Overview

IoT.js is built based on JerryScript(lightweight JavaScript engine) and libuv for asynchronous I/O event handling.

Source repositories

Supported platforms

Current supported platforms are Linux and NuttX

  • Build for Linux: Ubuntu 14.04 is used as a base platform.
  • Build for NuttX: NuttX 7.9 2eba8afab5e8bdc32a0f6365de070eaa7f383149 (Feb 15, 2015) is used with iotjs specific patch.
  • Planning OSX 10.10

Porting to other platforms

It's depending on the platform you're working on whether it's easy or quite complicated to port to another platform. Below link will show you an example of the steps.

Clone this wiki locally