Commit Graph

29 Commits

Author SHA1 Message Date
Jason Michalski d44a56bf20 Make the packet and packet_details have the same margins. 2024-05-20 23:53:40 -07:00
Jason Michalski d25fd6ffd8 Fix portnum selection.
I guess that only worked on the search page before.
2024-05-20 23:51:56 -07:00
Jason Michalski 1afe4e49a1 Fix broken image when missing telemetry. 2024-05-20 22:03:55 -07:00
Jason Michalski 46496240f9 Add a real search page. 2024-05-20 21:47:50 -07:00
Jason Michalski eef631dd84 Fix map layout when missing NodeInfo. 2024-05-20 21:21:55 -07:00
Jason Michalski 6afa5af608 Add long name to neighbors tooltip. 2024-05-20 21:08:59 -07:00
Jason Michalski af4717a1f4 Add neighbors to packets and uplink. 2024-05-19 21:01:26 -07:00
Jason Michalski afad368dac Add tooltips to neighbors. 2024-05-19 20:50:51 -07:00
Jason Michalski a2a338a133 Show neighbors on the map. 2024-05-18 22:31:24 -07:00
Jason Michalski efbf2d5172 Clean up graphs. 2024-05-18 21:14:00 -07:00
Jason Michalski 1893d14857 Add a power graph. 2024-05-18 20:24:04 -07:00
Jason Michalski 76bec785a3 Fix default args. 2024-05-18 19:21:00 -07:00
Jason Michalski 7c53b45eea Make the location map work when the last packet has no location. 2024-05-18 00:38:55 -07:00
Jason Michalski eac3530a35 Add a trace to the map. 2024-05-18 00:21:51 -07:00
Jason Michalski 981a18647d Allow searching by fuzzy_nodes. 2024-05-17 22:35:33 -07:00
Jason Michalski a3681c88ad A better fix to not cutting off packet details. 2024-05-17 21:58:37 -07:00
Jason Michalski cf1f40ff98 Allow binding more that one address. 2024-05-17 21:55:54 -07:00
Jason Michalski c74138a8c5 Add a location map on the node page. 2024-05-17 21:42:43 -07:00
Jason Michalski bbb33fc4d4 Filter out range test chat messages. 2024-05-17 19:27:14 -07:00
Jason Michalski 6fd2aa3d7f Link to the nodes in chat view. 2024-05-17 19:10:45 -07:00
Jason Michalski 3719058274 Make sure the packet details can be seen. 2024-05-17 19:10:25 -07:00
Jason Michalski 8ed394bca2 Support importing more than one topic. 2024-05-17 19:09:39 -07:00
Jason Michalski 1a151e02a4 Reconnect on MQTT errors. 2024-05-17 19:09:02 -07:00
Jason Michalski 182b5c22b9 Add a link to an example instance. 2024-05-10 23:03:10 -07:00
Jason Michalski fbe4bff44b Add portnum filtering to the firehose. 2024-05-10 22:59:37 -07:00
Jason Michalski 2e46971896 Add a UI for the portnum filter.
There was some code to filter by portnum around in the node search so
put a quick UI on it. It currently breaks if you click the TX/RX and
Uplinked buttons.
2024-05-09 22:52:29 -07:00
Jason Michalski 12989ae67f Change datalist updates to input events.
Using a keyup event caused hitting the down key to select an item to
refresh the list and move your cursor back to the input field.
2024-05-09 21:46:03 -07:00
Jason Michalski daa0d8b82e Fix bug sending None to subscribers.
When a packet was seen twice on MQTT we would send a None packet in the
uplinked packets list after the first time it was seen.
2024-05-09 20:35:44 -07:00
Jason Michalski 3f09d9b649 Initial commit. 2024-05-09 20:00:00 -07:00