brportugais / evothings-libraries

Evothings Studio Libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evothings Studio Libraries

This repository contains libraries for mobile apps for the Internet of Things (IoT). Supported functionality include Bluetooth Low Energy (BLE) and Eddystone. The libraries are bundled with Evothings Studio.

Structure

Folder structure:

arduino
    Programs for communicating with Arduino boards over TCP and BLE
libs
    JavaScript libraries

Documentation

Documentation for Evothings JavaScript libraries is available on the Evothings documentation web site.

To generate HTML documentation for Evothings JavaScript libraries yourself, you can install JSDoc and run the the following command in the root folder of this repository:

jsdoc -r ./libs/

Evothings example apps

Example apps that use the libraries in this repository are available in the evothings-examples repository, in folder generated/examples.

These example apps are included with Evothings Studio.

Documentation for example apps is available at the Evothings documentation web site.

Get started quickly with Evothings Studio

Download Evothings Studio and get up and running in minutes!

About

Evothings Studio Libraries

License:Apache License 2.0


Languages

Language:JavaScript 95.6%Language:Arduino 4.4%