Client applications that acts as plugins for the uBridge server
uBridge is a lightweight, free Open Source, modular C++ service that detects and manages uThing devices, streams their measurements over NNG PUB/SUB, and exposes control and status via NNG REQ/REP. It’s designed to run very efficiently on Linux gateways and SBCs.
The system consists of a main service (ubridge
) which manages connected uThing devices and publishes data to clients (plugin
applications that can run on the same host or remotely).
git clone --recursive https://github.com/ohmtech-io/uBridge-plugins.git
For building and installation instructions, check the README corresponding to each plugin.
More documentation on: https://docs.ohmtech.io
MIT. See LICENSE
.