IXWebSocket/examples/satori_publisher
2018-12-06 08:27:28 -08:00
..
ixcrypto move files around 2018-11-12 17:56:59 -08:00
jsoncpp Add new example folder for publishing events to satori, with a minimal satori sdk 2018-11-07 12:26:32 -08:00
.gitignore per message deflate support (with zlib) 2018-11-09 18:42:09 -08:00
CMakeLists.txt move files around 2018-11-12 17:56:59 -08:00
devnull_server.js per message deflate support (with zlib) 2018-11-09 18:42:09 -08:00
devnull_server.py Add new example folder for publishing events to satori, with a minimal satori sdk 2018-11-07 12:26:32 -08:00
events.jsonl (satori_publisher) better error handling 2018-11-07 14:54:44 -08:00
IXSatoriConnection.cpp threading race condition fixes, detected by TSAN 2018-12-06 08:27:28 -08:00
IXSatoriConnection.h threading race condition fixes, detected by TSAN 2018-12-06 08:27:28 -08:00
package-lock.json Add new example folder for publishing events to satori, with a minimal satori sdk 2018-11-07 12:26:32 -08:00
README.md Add new example folder for publishing events to satori, with a minimal satori sdk 2018-11-07 12:26:32 -08:00
satori_publisher.cpp threading race condition fixes, detected by TSAN 2018-12-06 08:27:28 -08:00
satori_publisher.sh per message deflate support (with zlib) 2018-11-09 18:42:09 -08:00

mkdir build
cd build
cmake ..
make && (cd .. ; sh satori_publisher.sh)