https://github.com/xmidt-org/mqttconnmanager
https://github.com/xmidt-org/mqttconnmanager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmidt-org/mqttconnmanager
- Owner: xmidt-org
- License: apache-2.0
- Created: 2023-02-01T16:09:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:46:20.000Z (10 months ago)
- Last Synced: 2025-03-23T12:32:53.636Z (2 months ago)
- Language: C
- Size: 265 KB
- Stars: 0
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mqttConnManager
[](https://github.com/xmidt-org/mqttConnManager/actions)
[](http://codecov.io/github/xmidt-org/mqttConnManager?branch=main)
[](https://sonarcloud.io/dashboard?id=xmidt-org_mqttConnManager)
[](https://github.com/xmidt-org/mqttConnManager/blob/main/LICENSE)
[](CHANGELOG.md)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
```