12-26-2016, 04:57 PM
Hi Ed,
Merry Christmas first of all!
i had a couple of spare hours and added a very rudimentar support for online logging.
the device will dump before going to sleep, or after sending data to the configured destinations
the dump is currently performed by sending a POST request to a configured url, and the url is set like this
prop_set "log.dest.url","http://192.168.1.100:8080/log"
then you need to restart
(for some reason it was not working w/o /something after the port)
a very simple node js script that listens and displays the log
is located here : https://raw.githubusercontent.com/vlast3...httpsrv.js
to get this functionality, trigger a firmware update
Merry Christmas first of all!
i had a couple of spare hours and added a very rudimentar support for online logging.
the device will dump before going to sleep, or after sending data to the configured destinations
the dump is currently performed by sending a POST request to a configured url, and the url is set like this
prop_set "log.dest.url","http://192.168.1.100:8080/log"
then you need to restart
(for some reason it was not working w/o /something after the port)
a very simple node js script that listens and displays the log
is located here : https://raw.githubusercontent.com/vlast3...httpsrv.js
to get this functionality, trigger a firmware update