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/
just the library:
pip install pylnlib
with the experimental webserver (this will also pull all dependencies, like fastapi, uvicorn, etc):
pip install pylnlib[webserver]