Skip to content

lnls-sirius/bbbread

Repository files navigation

BBBread

BeagleBone Black - Redis Activity Display, a new way to monitor Control System's most important nodes

BBB

Requirements:

  • Redis database running on port 6379
  • bbb-function

Installation:

After installing bbb-function clone this repository in the /root directory and use the following command to install:

make install

Or the following to uninstall:

make uninstall

Manual Installation

  • Install bbb-function
  • Clone this repository in BBB's /root directory
cd /root && git clone https://github.com/lnls-sirius/bbbread
cd bbbread
  • Install dependencies
pip3 install -r requirements.txt
  • Configure and start systemd service
cp bbbread.service /etc/systemd/system
systemctl daemon-reload
systemctl start bbbread
systemctl enable bbbread

The files

  • server: monitors Redis database for disconnected nodes.
  • client: runs on BBBs, pings server's Redis database.

For more information, visit the Sharepoint Document (requires authentication)