29 Commits

Author SHA1 Message Date
Joel Krauska 70f727a6dd backups and cleanups are different 2025-11-04 20:55:55 -08:00
Joel Krauska bc70b5c39d DB Backups 2025-11-04 20:51:50 -08:00
Óscar García Amor 4de92da1ae Set dbcleanup.log location configurable 2025-11-03 20:07:34 -08:00
Pablo Revilla a15b039a1f Revert "Add configurable channel filtering with allowlist and minimum packet threshold" 2025-10-17 18:40:22 -07:00
Nathan c5a1009877 added channel filtering min_packets, and allowlist, fixed javascript error, new sample.config.ini sections 2025-10-16 01:07:49 -07:00
Pablo Revilla 712aea5139 Start adding language support 2025-10-10 21:10:35 -07:00
Joel Krauska 2723022dd5 Add structured logging and improved startup/shutdown handling
- Add consistent logging format across all modules (timestamp, file:line, PID, level)
- Add startup logging for MQTT connection, web server startup with URL display
- Add MQTT message processing metrics (count and rate logging every 10k messages)
- Add graceful shutdown handling with signal handlers and PID file cleanup
- Add configurable HTTP access log toggle via config.ini (default: disabled)
- Replace print() statements with proper logger calls throughout
- Update .gitignore to exclude PID files (meshview-db.pid, meshview-web.pid)
- Update documentation for new logging configuration options

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 17:49:01 -07:00
Pablo Revilla 5068f7acb1 Updates stats with pie chart and report for channel 2025-09-24 17:23:12 -07:00
Pablo Revilla 02f63fca70 Work on DB cleanup tool 2025-09-19 10:50:15 -07:00
Pablo Revilla cad3051e7f Work on db cleanup tool 2025-09-18 07:38:58 -07:00
Pablo Revilla 2b9422efbc fixed spelling of variable firehouse_interval 2025-09-18 07:34:26 -07:00
Pablo Revilla ddb691d4de fixed spelling of variable firehouse_interval 2025-09-17 23:05:05 -07:00
Pablo Revilla a69d1a5729 Added Database cleanup feature to startdb.py 2025-09-17 22:12:04 -07:00
Pablo Revilla a532fb0a16 Merge remote-tracking branch 'origin/master' 2025-09-15 09:59:52 -07:00
Pablo Revilla 48a4be887c New charts added to stats as we have access not to nodes via API 2025-09-15 09:59:19 -07:00
Pablo Revilla b09ea7192c Update sample.config.ini
added:

# Updates intervals in seconds, zero or negative number means no updates
# defaults will be 3 seconds
map_interval=3
firehose_interal=3
2025-09-12 17:40:52 -07:00
Pablo Revilla 35d68cd004 fixed base.html so that if a value in the quick links is not set it will not report an error. 2025-06-03 08:23:10 -07:00
Pablo Revilla 8ce672c5ab Merge all Graphs into one section 2025-05-07 21:43:01 -07:00
Sandro Pischinger 35f8b4d234 add net_tag to sample.config.ini
Not having set net_tag in the config file causes a KeyError when opening
Weekly Net as the net_tag configuration is expected. Thus setting a default value.

Signed-off-by: Sandro Pischinger <mail@sandropischinger.de>
2025-05-04 18:09:01 +02:00
Pablo Revilla 5a39c166a7 Updated Documentation 2025-04-06 10:49:30 -07:00
Pablo Revilla c49b600b11 Updated Documentation 2025-04-06 10:41:55 -07:00
Pablo Revilla 887084de0f Changes:
new config file changes
2025-04-01 22:22:53 -07:00
Pablo Revilla 421cb802e4 Changes:
- Added the link to another sample instance
2025-03-28 09:04:09 -07:00
Pablo Revilla 682fdd8dd2 Changes:
- Added the ability to change the message on the weekly net
2025-03-20 13:27:32 -07:00
Pablo Revilla da8490f3b4 Create sample.config.ini 2025-03-14 09:57:51 -07:00
Pablo Revilla e6c41f72b5 Added coordinates customization to the config.ini file and map.
Added search capabilities to the mesh graphs.
2025-03-10 13:54:15 -07:00
madeofstown 408cc5c52b update sample.config.ini 2025-03-07 22:12:33 -08:00
Pablo Revilla 707426dfd6 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	meshview/store.py
#	meshview/templates/node.html
#	meshview/web.py
2025-03-05 16:12:59 -08:00
madeofstown bcc9c03459 a few more changes with the readme 2025-02-23 14:14:57 -08:00