Skip to content

eXtensible Building Operating System built on WAVE and WAVEMQ

License

Notifications You must be signed in to change notification settings

gtfierro/xboswave

Repository files navigation

XBOS(2)

Build Status

Looking for a Quick Start?

Take a gander at the demo installation

Ingester

Requirements:

  1. go install
  2. bzr sudo apt-get install bzr

PyXBOS

On Mac OSX, first install Brew (https://brew.sh/)

$ brew install autoconf automake libtool jq

On Linux, first install

$ apt-get install autoconf automake build-essential libtool python-dev

Then,

$ pip3 install pyxbos

BTrDB Setup

How do get started:

  1. Install BtrDB dev machine OR InfluxDB
  2. Install WAVEMQ:
  3. Create entity (docs coming)
  4. Give perms
  5. Build and run ingester:
    cd ingester
    make run