mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-29 18:02:27 +00:00
af7a046b7fea79186fee95d3792ce8a201a30876
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
- cpprest
- a C++20 compiler
Ubuntu build
sudo apt install libboost-dev cpprestsdk-dev cmake gcc
git clone <this repo name>
cd ucentralgw
mmkdir cmake-build-debug
cd cmake-build-debug
cmake ..
make
Description
Languages
C++
82.4%
Rich Text Format
12.3%
Shell
2.6%
CMake
1.3%
Python
1.1%
Other
0.2%