make install
make run
make build
-endpoint -> bind address of the daemon
-address -> server address which accepts the data (spiler portal address)
nc 127.0.0.1 9001
php send.php -> sends data to 127.0.0.1:9000
php -S localhost:8000 -> runs local php server which accepts the data at: localhost:8000/server.php
- add api key support for portal connection
- introduce file logging