2021-03-03 23:21:49 -08:00
2021-02-05 22:14:42 -08:00
2021-03-03 23:18:51 -08:00
2021-03-03 23:21:49 -08:00
2021-02-05 22:00:49 -08:00
2021-03-03 23:18:51 -08:00
2021-02-05 22:14:42 -08:00
2021-02-14 11:36:54 -08:00
2021-02-05 22:00:49 -08:00
2021-03-03 16:53:00 -08:00
2021-03-03 23:18:51 -08:00

uCentralGW

What is this?

The uCentralGW is an added service for the TIP controller that allows integration with the uCentral protocol. It is meant to run as a pod inside a TIP controller container. It should have a single port open to provide connection from uCentral enabled devices.

Building

In order to build the uCentralGW, you will need to install some of its dependencies, which includes the following

  • cmake
  • boost
  • POCO 1.10.1 or later
  • a C++20 compiler
  • libyaml

Ubuntu build

sudo apt install libboost-dev cmake libpoco-dev libssl-dev openssl libyaml-dev gcc
git clone <this repo name>
cd ucentralgw
mmkdir cmake-build-debug
cd cmake-build-debug
cmake ..
make
Description
No description provided
Readme BSD-3-Clause 22 MiB
Latest
2025-09-08 18:52:22 +00:00
Languages
C++ 82.4%
Rich Text Format 12.3%
Shell 2.6%
CMake 1.3%
Python 1.1%
Other 0.2%