A library to monitor LocoNet message on a serial interface


Keywords
digikeijs, loconet, model-railroad, model-railway
License
GPL-3.0
Install
pip install pylnlib==0.3.0

Documentation

Test CodeQL Black Versions Python versions

pylnlib

A python library to monitor LocoNet traffic on a usb/serial bus.

Documentation (a work in progress) can be found on https://varkenvarken.github.io/pylnlib/

installation

just the library:

pip install pylnlib

with the experimental webserver (this will also pull all dependencies, like fastapi, uvicorn, etc):

pip install pylnlib[webserver]