Skip to content

Latest commit

 

History

History

back_end

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Back End Utilities

This directory has the very simple back end utilities used for this project. sniff.py uses the Meshtastic Python library to read packets on a connected device and store them in an sqlite3 database in packets.db. serve.py is a simple flask app for serving the contents of the packets.db file via JSON. serve.py can be run with the command: flask --app serve run. serve.py must be running for MeshMon to be able to load packets.