This website requires JavaScript.
Explore
Help
Sign In
kapitan
/
IXWebSocket
Watch
1
Star
0
Fork
0
You've already forked IXWebSocket
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
IXWebSocket
/
examples
/
satori_publisher
History
Benjamin Sergeant
a7a422d6ed
tweaks doc / license + send proper error code when closing the connecion
2018-11-12 09:00:55 -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
base64.cpp
per message deflate support (with zlib)
2018-11-09 18:42:09 -08:00
base64.h
per message deflate support (with zlib)
2018-11-09 18:42:09 -08:00
CMakeLists.txt
per message deflate support (with zlib)
2018-11-09 18:42:09 -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
IXHMac.cpp
Add new example folder for publishing events to satori, with a minimal satori sdk
2018-11-07 12:26:32 -08:00
IXHMac.h
Add new example folder for publishing events to satori, with a minimal satori sdk
2018-11-07 12:26:32 -08:00
IXSatoriConnection.cpp
per message deflate support (with zlib)
2018-11-09 18:42:09 -08:00
IXSatoriConnection.h
per message deflate support (with zlib)
2018-11-09 18:42:09 -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
tweaks doc / license + send proper error code when closing the connecion
2018-11-12 09:00:55 -08:00
satori_publisher.sh
per message deflate support (with zlib)
2018-11-09 18:42:09 -08:00
README.md
mkdir build cd build cmake .. make && (cd .. ; sh satori_publisher.sh)