/ESP8266-Serial-Remote-Syslog

Send incoming Serial strings to a remote syslog server

Primary LanguageC++

ESP8266 Serial Remote Syslog

Simple sketch to read the serial input of an ESP8266 and send it to a syslog server.

Handy for easily catching backtraces from another ESP device.

Uses this Syslog library.

Usage / Setup

Clone this repo and modify the main.cpp:

#define SSID ""
#define PASS ""

#define SYSLOG_SERVER ""
#define SYSLOG_PORT 514