Commit Graph

126 Commits

Author SHA1 Message Date
Pablo Revilla
e1228fbb64 Multiple changes to the code. Important to mentioned:
- Added ways to show the node data on the page with links to the nodes themselves.
- more work on the graphs.
2025-02-11 17:35:21 -08:00
Pablo Revilla
33767dc595 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README
2025-02-11 17:32:21 -08:00
Pablo Revilla
6b76908698 Multiple changes to the code. Important to mentioned:
- Added ways to show the node data on the page with links to the nodes themselves.
- more work on the graphs.
2025-02-11 17:31:45 -08:00
Pablo Revilla
365200dcb8 Update README 2025-02-11 12:53:37 -08:00
Pablo Revilla
0831301997 Multiple changes to the code. Important to mentioned:
- We added another column to the nodes table to report on firmware version

- Also changed the date and time format to be more readable.

- Added a node list report

- Modified the Mesh Graphs
2025-02-07 21:18:02 -08:00
Pablo Revilla
604fc5c284 Multile changes to the code. Important to mentioned that we added another column to the nodes table to report on last_update
This can give us when the node was last seen on the mesh and provide some understanding if it is active.
2025-01-31 14:19:28 -08:00
Pablo Revilla
45c26aa713 Basic documentation of the notify feature. This is still reporting the "Missing return Statement on request handler" 2025-01-26 18:31:16 -08:00
Pablo Revilla
6f0f65f2b1 Added the code and HTML syntax to saparate LF from MS on the graphs. 2025-01-26 18:30:12 -08:00
Pablo Revilla
cedc809928 Added links for LF and MS network Graphs. 2025-01-25 19:14:41 -08:00
Pablo Revilla
f1c7f98353 Update to the data models to show new fields on DB 2025-01-25 18:28:42 -08:00
Pablo Revilla
94bd8ba423 Update to the data models to show new fields on DB 2025-01-25 18:27:49 -08:00
Pablo Revilla
40310d782a Update to the data models to show new fields on DB 2025-01-25 18:27:11 -08:00
Pablo Revilla
37ed0369e4 Update to the data models to show new fields on DB 2025-01-25 18:21:26 -08:00
Pablo Revilla
f72d7f70f1 Merge pull request #2 from madeofstown/master
Major Additions
2025-01-25 14:31:06 -08:00
Pablo Revilla
1cbe5effd2 Update store.py
Added Comments
2025-01-23 09:54:56 -08:00
Pablo Revilla
28092a510f Update web.py
Does it need a web.response>
2025-01-21 21:51:19 -08:00
madeofstown
0c46891f13 Graphs and Dark Mode 2025-01-20 20:23:27 -08:00
madeofstown
4c8a8245ca oops 2025-01-20 14:22:45 -08:00
madeofstown
796f572cef more meshtastic-python as submodule changes 2025-01-20 14:19:49 -08:00
madeofstown
57643b1a12 tryfix symlink origin 2025-01-20 13:54:22 -08:00
madeofstown
f898b4632f meshtastic/protobuf 2025-01-20 13:51:16 -08:00
madeofstown
f189147ab5 meshtastic python as submodule 2025-01-20 13:41:48 -08:00
madeofstown
fb66b74fe7 add symlink to submodule folder 2025-01-20 13:05:43 -08:00
madeofstown
5204851a6a Delete old pb2 files 2025-01-20 13:04:28 -08:00
madeofstown
e28dd0ce83 meshtastic-python as submodule 2025-01-20 12:41:47 -08:00
Pablo Revilla
ff4f3a3734 Added quick link for statistics on base.html 2025-01-17 13:40:32 -08:00
Pablo Revilla
fcfd7d6683 Fixed Typo 2025-01-17 13:37:31 -08:00
Pablo Revilla
5e7d94973e Providing /stats to give us basic reporting on number of nodes and packets seen by the tool 2025-01-17 12:52:11 -08:00
Pablo Revilla
58e700db2b Providing /stats to give us basic reporting on number of nodes and packets seen by the tool 2025-01-17 12:47:55 -08:00
Pablo Revilla
4bcc7b08d0 Providing /stats to give us basic reporting on number of nodes and packets seen by the tool 2025-01-17 12:46:26 -08:00
Pablo Revilla
63552b3d53 Update base.html
Added link to Meshview forks on Github
2025-01-14 14:22:47 -08:00
Pablo Revilla
ef725185b1 Update web.py 2025-01-13 15:50:27 -08:00
Pablo Revilla
35da39e079 UTC change made uplinked packets not work. reverted the changes. 2025-01-13 14:33:58 -08:00
Pablo Revilla
43418c1249 Changed the import time from UTC to the server's time 2025-01-13 13:03:15 -08:00
Pablo Revilla
4fa4e17f45 changes to README 2025-01-13 12:56:55 -08:00
Pablo Revilla
854f1c5555 changes to README 2025-01-11 14:39:54 -08:00
Pablo Revilla
f809bfc54f Modified read me to add the graphviz requirement 2025-01-11 14:38:59 -08:00
Pablo Revilla
1eff0e6d5c Modified read me to add the graphviz requirement 2025-01-11 11:01:47 -08:00
Pablo Revilla
aa90d23740 Changed html from <center> to a div with center 2025-01-11 10:59:19 -08:00
Pablo Revilla
8ec4ad2108 Changed html from <center> to a div with center 2025-01-09 17:42:13 -08:00
Pablo Revilla
e3768b81a9 Cleaned up Index page 2025-01-09 15:50:37 -08:00
Pablo Revilla
5882f79211 Added main menu and spacing 2025-01-09 15:45:50 -08:00
Pablo Revilla
a17db8ce93 Added main menu and spacing 2025-01-09 15:36:16 -08:00
pablorevilla-meshtastic
eebfdb84c3 Update README 2025-01-09 15:17:35 -08:00
Jason Michalski
c0641147cb Change the default topic.
There is no traffic on msh/US/bayarea/# now that we moved to a private
server.
2024-08-26 20:47:25 -07:00
Jason Michalski
9a2c76a0a3 Set an identifier when connecting to MQTT. 2024-08-26 20:46:14 -07:00
Jason Michalski
d4a174ebbf Fix packet details for missing nodes. 2024-08-25 20:06:11 -07:00
Jason Michalski
0838f385ff Do not set pool settings for sqlite. 2024-08-25 19:45:16 -07:00
Jason Michalski
15a6efd813 Update protos. 2024-08-21 20:51:25 -07:00
Jason Michalski
4127ef4951 Disable fitBounds animation. 2024-08-17 19:25:40 -07:00