Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdionysus/kapua-tracker
A tracker for kapua nodes
https://github.com/tomdionysus/kapua-tracker
Last synced: 1 day ago
JSON representation
A tracker for kapua nodes
- Host: GitHub
- URL: https://github.com/tomdionysus/kapua-tracker
- Owner: tomdionysus
- License: mit
- Created: 2023-12-17T22:40:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T07:15:25.000Z (about 1 year ago)
- Last Synced: 2024-11-18T08:13:53.543Z (2 months ago)
- Language: C++
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kapua-tracker
A HTTP JSON API for tracking and discovering [kapua](https://github.com/tomdionysus/kapua) nodes.
## Building
### Dependencies:
- [cmake](https://github.com/Kitware/CMake)
- [libyaml](https://github.com/yaml/libyaml)
- [boost](https://github.com/boostorg/boost)
- [mysql](https://github.com/mysql/mysql-server)
- [nlohmann_json](https://github.com/nlohmann/json)**Debain/Ubuntu/etc**
```sh
apt-get install cmake libyaml libboost-all-dev
```**MacOS**
```sh
brew install libyaml boost nlohmann_json mysql-client
```### Build
```sh
git clone https://github.com/tomdionysus/kapua-tracker
cd kapua-tracker
mkdir build
cd build
cmake ..
make
```## Documentation
- Please see the [kapua](https://github.com/tomdionysus/kapua) project
## License
Kapua is licensed under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). Please see [LICENSE](LICENSE) for details.