VT100 Terminal App
Circle VT100 module documentation
Loading...
Searching...
No Matches
TWlanLog.h File Reference

Declares the WLAN-backed logging device and task. More...

#include <circle/device.h>
#include <circle/net/ipaddress.h>
#include <circle/net/netsubsystem.h>
#include <circle/net/socket.h>
#include <circle/sched/task.h>
#include <circle/spinlock.h>
#include <circle/string.h>
#include <circle/types.h>

Go to the source code of this file.

Classes

class  CTWlanLog
 Network logging endpoint streaming log traffic to remote clients. More...
 

Detailed Description

Declares the WLAN-backed logging device and task.

CTWlanLog exposes Circle logger messages over a TCP socket while mirroring output to a local fallback. It coordinates Wi-Fi bring-up, handles client lifecycle, and provides hooks for preprocessing log lines so the VT100 firmware can offer remote diagnostics similar to telnet access.