artik-sdk
v1.9.0
Published
SDK for developing applications for Samsung's ARTIK platform
Downloads
55
Maintainers
Readme
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
- Bluetooth API
- Bluetooth Agent API
- Bluetooth AVRCP API
- Bluetooth FTP API
- Bluetooth GATT Client API
- Bluetooth GATT Server API
- Bluetooth PAN API
- Bluetooth SPP API
- Bluetooth A2DP API