Giter VIP home page Giter VIP logo

brewpi-devdocs's Introduction

brewpi-docs

Top level documentation for BrewPi, which links docs to other repos.

The big picture

BrewPi is now split into many components: you need things that run on the controller, some service layer and a user interface.

On the controller (Spark/BrewPi), the framework on top of which the new BrewPi firmware is developped is called ControlBox. It is written in C++.

The service layer, written in Python/Django interacts with controllers using the controlbox connector. Communication is currently done over TCP (Spark has a WiFi chipset built-in) and devices are discovered using the mDNS protocol (zeroconf/avahi).

On top of that, by using the REST API of the service layer, a Web UI will be built in React (we're looking for more people here, feel free to join!).

Setting up a development environment

BrewPi emulator

First, you need a device running BrewPi/Controlbox. A good choice is to run a virtual device. Follow instructions here. Make sure you have a C++ compiler (GCC) and boost installed. If you're running a Linux system and have installed boost using your package manager, don't forget to set your "BOOST_ROOT" environement variable like this: export BOOST_ROOT=/usr/lib/. If you're running Windows or OSX, refer to this document to install boost.

Service layer

To install the service layer, follow these instructions. If you want to read more about the service layer and dig into the internals, you can refer to its documentation.

brewpi-devdocs's People

Contributors

glibersat avatar elcojacobs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.