upnext / BeaconControl

Setup and manage large beacon deployments with BeaconControl open source platform
https://beaconcontrol.io
BSD 3-Clause "New" or "Revised" License
92 stars 63 forks source link

BeaconControl

BeaconControl is an open source platform to setup and manage beacon deployments built with Ruby on Rails. BeaconControl includes BeaconControl Admin Panel which is used to manage beacons, applications and add-ons through the web panel, API to authenticate a client, get beacons configuration and send events about beacons to server and S2S API to manage beacons, applications and add-ons through API (this requires to setup own BeaconControl server). More information about BeaconControl Admin Panel and APIs can be found at https://beaconcontrol.io/dev/backend-docs

You can check working BeaconControl service at https://admin.beaconcontrol.io

Deployment

Setup your own BeaconControl server (e.g to extend its functionality or to use S2S API) is simple.

The easiest way to deploy own BeaconControl server is to deploy BeaconControl to Heroku using Heroku Button. Just click on the button bellow and you will be passed through application setup flow on Heroku.

Deploy

If you prefer to start development on your local machine just you use the following command:

bin/setup

For Ubuntu I recommend to execute to begin with:

./ubuntu.sh

It will take care of a few things:

Documentation

Documentation of BeaconControl can be found at:

https://beaconcontrol.io/dev/backend-docs