https://github.com/xmidt-org/webcfg
https://github.com/xmidt-org/webcfg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmidt-org/webcfg
- Owner: xmidt-org
- License: apache-2.0
- Created: 2020-01-27T22:47:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T08:04:36.000Z (about 2 months ago)
- Last Synced: 2025-04-07T09:22:36.340Z (about 2 months ago)
- Language: C
- Size: 1.33 MB
- Stars: 0
- Watchers: 5
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# webcfg
webcfg is the client implementation of webconfig.
[](https://github.com/xmidt-org/webcfg/actions)
[](http://codecov.io/github/xmidt-org/webcfg?branch=master)
[](https://github.com/xmidt-org/webcfg/blob/master/LICENSE.txt)
[](CHANGELOG.md)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
```