AleChelli / ApioServerxxx

The new Apio Server version, improved with Cloud Sync, User, Configuration and others features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApioServer

This repository contains the apio server application and the client application. This is the new Version of Apio Server.

Changes:

  • Improved Serial algorithm
  • Cloud Sync
  • User
  • Configuration File

Features:

  • Runnable on PC, Raspberry, Acqua, Beaglebone Black and others embedded linux board
  • Cloud Sync
  • User Management
  • Connect your Wifi/Ethernet Objects
  • Create your Mesh Network with Apio Dongle and Apio General
  • SDK for create Objects without coding
  • If and then Logics
  • View it through smartphone/tablet and PC

Build and Run

Prerequisites

To install and run the Apio Server application you will need:

  • Nodejs
  • NPM
  • MongoDB

You need to update the Apio Dongle with this firmware: https://github.com/ApioLab/library-arduino

===========

Install

  • cd /path/to/your/directory
  • git clone https://github.com/ApioLab/ApioServer.git
  • cd ApioServer
  • npm install && bower install

The apio server application is now installed and configured

Run

From the server folder run:

  • mongod start &
  • node app

Use it:

Open your browser and digit this URL:

  • From Pc localhost:8083/app
  • Frmo smartphone yourip:8083/app

If you want more information please visit: Apio

About

The new Apio Server version, improved with Cloud Sync, User, Configuration and others features

License:GNU General Public License v2.0


Languages

Language:JavaScript 53.8%Language:HTML 18.2%Language:CSS 14.7%Language:C++ 6.6%Language:C 6.5%Language:Arduino 0.1%Language:Makefile 0.0%