Skip to content
Winfried Holzapfel edited this page Oct 27, 2019 · 11 revisions

BeeBit Web Component

The BeeBit Web Component is geared as an example as to how device-server interaction would take place in a situation where the devices needed to have a singular location where data is stored and indexed. The following pages will serve as a guide as to how the web component works, in addition to the documentation of the structure of the project as a whole.

Note: This documentation serves mostly as a technical documentation. If you are wishing for a more user-facing documentation, this would be provided with a practical demonstration of the system in action.

Chapters

Device Communication Protocol - How the devices connect and communicate with the server and what mechanisms they take to ensure data integrity.

API Endpoints - The places that client-side javascript, and the bees themselves, communicate with.

Configuration Variables - What all the configuration variables available to the device mean

Example Additions - Here we document some proposed additions we did not end up adding to the system. We have documented how we would have gone about adding these features for future reference in this page.

Clone this wiki locally