Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kfricke/micropython-usyslog
- Owner: kfricke
- License: mit
- Created: 2016-04-24T11:19:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T02:24:26.000Z (over 1 year ago)
- Last Synced: 2024-04-22T13:31:34.297Z (9 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-usyslog - Simple remote syslog client for MicroPython. (Development / Debugging)
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-ngPlease consult the documentation of your syslog server for details on how to enable receptionof remote messages.