Skip to content

Getting Started

SaeHie Park edited this page Apr 23, 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

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.

Porting to other platforms

Porting to another platform can be easy to quite complicated job depending on the platform you are working on. If you have tried both linux and nuttx, it is quite different cause nuttx needs extra tasks for it is characteristics. Below link will show an example not that hard but uses cross compilation.

  • Porting guide to another platform
Clone this wiki locally