Add new example folder for publishing events to satori, with a minimal satori sdk
This commit is contained in:
6
examples/satori_publisher/README.md
Normal file
6
examples/satori_publisher/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make && (cd .. ; sh satori_publisher.sh)
|
||||
```
|
Reference in New Issue
Block a user