Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 845 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 845 Bytes

Bullseye Raspberry Pi client

Overview

This part contains implementation of Raspberry Pi client which communicates through MQTT with Bullseye.

Prerequisites

This client should run on Raspberry Pi with an internet access to retrieve requests from MQTT broker.

Installation

Build application using provided dev tools .

$ make build

It creates executable with name defined inside the Makefile (by default - bullseye-rpi-develop). Run this application on Raspberry Pi later.

Configuration

It might be useful to run client on system startup for administrator convenience.

Usage

There are no additional steps required after installation. Client is self-sufficient - after retrieving requests from MQTT it performs actions on hardware.