An open API service indexing awesome lists of open source software.

https://github.com/xmidt-org/mqttconnmanager


https://github.com/xmidt-org/mqttconnmanager

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# mqttConnManager
[![Build Status](https://github.com/xmidt-org/mqttConnManager/workflows/CI/badge.svg)](https://github.com/xmidt-org/mqttConnManager/actions)
[![codecov.io](http://codecov.io/github/xmidt-org/mqttConnManager/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/mqttConnManager?branch=main)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_mqttConnManager&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_mqttConnManager)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/mqttConnManager/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/xmidt-org/mqttConnManager.svg)](CHANGELOG.md)

# Building and Testing Instructions

```
mkdir build
cd build
cmake ..
make
make test
```