kfricke / micropython-usyslog

Simple remote syslog client for MicroPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micropython-usyslog

This python module does implement a simple remote syslog client for MicroPython. Currently only UDP based remote logging is implemented.

Dependencies

In order to use this module one also needs an syslog server which is enabled to accept remote messages. This modules has been tested with the following syslog servers:

  • rsyslog
  • syslog-ng

Please consult the documentation of your syslog server for details on how to enable receptionof remote messages.

About

Simple remote syslog client for MicroPython

License:MIT License


Languages

Language:Python 100.0%