Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kfricke/micropython-usyslog

Simple remote syslog client for MicroPython
https://github.com/kfricke/micropython-usyslog

Last synced: about 2 months ago
JSON representation

Simple remote syslog client for MicroPython

Awesome Lists containing this project

README

        

# 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.