SDK for developing applications for Samsung's ARTIK platform


Keywords
Samsung, ARTIK, I2C, GPIO, SERIAL, PWM, ADC, HTTP, CLOUD, SPI, TIME, SENSOR, NETWORK, WEBSOCKET, ZIGBEE, WIFI, COAP, BLUETOOTH, LWM2M, MQTT
License
Apache-2.0
Install
npm install artik-sdk@1.9.0

Documentation

ARTIK-SDK

This README explains how to use the node.js module for using the ARTIK SDK with JavaScript.

Prerequisites

This package only works with node.js version 4.6.x or newer. It is tested on 4.x and 6.X LTS versions running on ARTIK boards (ARM 32 and 64 bit) only.

Installation

The ARTIK SDK libraries must be installed prior to installing this node.js module:

Ubuntu:

# apt install libartik-sdk

Fedora:

# dnf install libartik-sdk

Then install the node.js module:

# npm install artik-sdk

API Documentation

1. Base

2. Bluetooth

3. Connectivity

4. Media

5. Sensors

6. Systemio

7. Wi-Fi

8. ZigBee

9. LWM2M

10. MQTT

11. CoAP