Replies: 1 comment 3 replies
-
|
Should be possible via telnet, but requires some custom programming. The recommended way to transfer log messages over a local network in Circle is the syslog protocol, which is already implemented and shown in the sample/33-syslog. See the README for details. The sample comes with a simple syslog server for Linux, but there are also apps for smartphones, with which you can receive and view the log messages. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using
#include <circle/logger.h>in MiniDexed.However, some devices running MiniDexed firmware don't even expose the HDMI port.
So we would like to output the log over the network, e.g., if a client is connected via telnet.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions