Commit Graph

35 Commits

Author SHA1 Message Date
7acd0f36db collect extra map report data 2024-03-31 23:59:55 +13:00
16da561470 ignore firmware with spammy map reports 2024-03-31 23:49:34 +13:00
ec5607de12 nodes should be created and updated from map report packets 2024-03-31 23:47:56 +13:00
cfb6bf1f4d collect and show mqtt state for nodes 2024-03-31 18:05:31 +13:00
47af307184 add command line arg to collect all neighbour info 2024-03-29 20:10:07 +13:00
8fe31a4a9c move check inside block 2024-03-29 20:04:58 +13:00
cda01bf489 add command line arg to collect all map reports 2024-03-29 20:03:56 +13:00
99f1682b80 add command line arg to collect all waypoints 2024-03-29 20:01:26 +13:00
530dc9c2aa add command line arg to collect all text messages 2024-03-29 19:59:16 +13:00
9c6bd697cc add command line options to auto purge nodes unheard from for x seconds 2024-03-29 19:54:14 +13:00
2cb5f5c9ce add command line usage 2024-03-27 01:55:55 +13:00
24c222e4a3 support providing custom decryption keys via command line args 2024-03-27 01:44:25 +13:00
a6958e1451 options are null when not provided 2024-03-27 01:32:08 +13:00
445452d7f5 add command line arg to collect all service envelopes 2024-03-27 01:28:43 +13:00
9152b0e62a support custom mqtt servers 2024-03-27 01:23:57 +13:00
020c78ac85 track when node position was last updated 2024-03-23 23:47:37 +13:00
b9082ebedb track when neighbours were last updated 2024-03-23 23:34:02 +13:00
d7252c9962 store neighbour info directly in the nodes table 2024-03-23 22:56:03 +13:00
45988cee12 some nodes are spamming map reports at a high rate. we don't need them 2024-03-23 21:35:29 +13:00
24fdcdb707 add env var to enable and disable collecting all service envelopes 2024-03-23 09:41:51 +13:00
961ea71c84 collect channel and gateway data for traceroutes 2024-03-19 02:27:23 +13:00
d94bfe471e collect service envelopes 2024-03-16 18:32:19 +13:00
bb7fa83d94 collect waypoints 2024-03-15 16:11:51 +13:00
70750681ff collect text messages 2024-03-14 23:28:49 +13:00
9bceb14c4a dont save duplicate device metrics received in the last 15 seconds 2024-03-14 01:02:00 +13:00
b812d730dc collect device metrics 2024-03-14 00:55:27 +13:00
0e875807ce hide logs 2024-03-13 17:32:07 +13:00
5f2f581121 ignore ROUTING_APP 2024-03-13 15:19:40 +13:00
ffdf735f82 ignore packets we don't want to see for now 2024-03-13 15:18:05 +13:00
2761aa42de collect map reports 2024-03-13 15:05:51 +13:00
020b4be72c collect traceroutes 2024-03-13 14:18:47 +13:00
c92be6416f clean up 2024-03-13 14:02:14 +13:00
4701c4d9ce collect neighbour info 2024-03-13 13:54:32 +13:00
a9c129cea0 collect device metrics telemetry 2024-03-13 04:14:30 +13:00
cef784f7da implement database and mqtt client to cache node info 2024-03-13 03:46:50 +13:00