2d696b6806
* New command line tool for transfering files / still very beta. * add readme * use cli11 for argument parsing * json -> msgpack * stop using base64 and use binary which can be stored in message pack |
||
---|---|---|
.. | ||
jsoncpp | ||
.gitignore | ||
CMakeLists.txt | ||
cobra_publisher.cpp | ||
cobra_publisher.sh | ||
devnull_server.js | ||
devnull_server.py | ||
events.jsonl | ||
IXCobraConnection.cpp | ||
IXCobraConnection.h | ||
package-lock.json | ||
README.md |
mkdir build
cd build
cmake ..
make && (cd .. ; sh cobra_publisher.sh)