The Landis+Gyr T330 is accessed via an optical probe connected to your PC/Raspberry Pi. This tool reads from the probe's serial interface (e.g. /dev/ttyUSB0). Use at your own risk. This tool is ...
inventory-management-system/ ├── app.py # Main Flask application ├── models/ # Database models │ └── inventory_model.py ├── controllers/ # Route controllers │ └── inventory_controller.py ├── services/ ...