Extension LOG - jedimatt42/tipi GitHub Wiki
TIPI LOG Extension
The TIPI LOG extension allows sending a message to add application tracing information to the /var/log/tipi/tipi.log
file on the Raspberry PI. This file can be tailed from a linux shell, or viewed from the TIPI web-ui.
To write the line HELLO
to the tipi.log, send message:
0x25 'H' 'E' 'L' 'L' 'O'
The response message will be a 1 byte message, the value doesn't matter.