You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To experiment with the monitoring feature, I'm running a netcat listener like so:
pi@pieight:~ $ nc -l 6666
This results in the following output for multiple monitored events: monitor 1 gain -10.000000monitor 1 gain -3.000000...
Which is somewhat tedious to parse. Is this intentional? If not, can I suggest to add a newline to mark the end of a message, like so:
When reading the socket manually there's a '\0' character terminator after each event.
Perhaps there's a way to convert those in nc tool into a newline?
To experiment with the monitoring feature, I'm running a netcat listener like so:
This results in the following output for multiple monitored events:
monitor 1 gain -10.000000monitor 1 gain -3.000000...
Which is somewhat tedious to parse. Is this intentional? If not, can I suggest to add a newline to mark the end of a message, like so:
The text was updated successfully, but these errors were encountered: