Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.