Commit Graph

456 Commits

Author SHA1 Message Date
d4b67aebde implement purging waypoints 2024-08-21 00:33:14 +12:00
32d8019d61 implement purging map reports 2024-08-21 00:29:05 +12:00
e109a24ebf update lang for mqtt connection state 2024-08-20 19:07:58 +12:00
c83c5a159b update readme 2024-08-20 19:04:53 +12:00
d8f9d36ac0 Merge pull request #54 from KomelT/feature/location-history
Implement position history feature
2024-08-20 18:49:35 +12:00
f4a232b760 a few changes to position history feature 2024-08-20 18:47:50 +12:00
adb60ede63 Merge pull request #57 from ianmcorvidae/non-json-traceroutes
Parse traceroute arrays when they don't show up as JSON already
2024-08-20 11:34:59 +12:00
80514974be Merge pull request #61 from KomelT/patch-1
Update README.md
2024-08-20 11:15:38 +12:00
0515178126 Update README.md 2024-08-19 19:51:16 +02:00
c0801945ea Parse traceroute arrays when they don't show up as JSON already 2024-08-09 09:45:55 -07:00
9722d23c61 Working front end 2024-08-04 19:12:51 +02:00
fc80d771e8 Added /position-history api endpint 2024-08-04 16:44:01 +02:00
349e1080b1 Colledct positions by default 2024-08-04 16:43:19 +02:00
f6f0970d21 update mesh.proto to add new hardware models 2024-07-17 17:12:06 +12:00
a252967ea9 update default topic 2024-07-17 13:19:55 +12:00
f249856887 support fetching direct messages between two nodes 2024-07-07 16:43:30 +12:00
86787334ef make node names a link to the node 2024-07-06 01:31:35 +12:00
63a6da2999 show who message was to if it wasn't broadcast 2024-07-06 01:26:41 +12:00
bebd367436 move buttons to view message logs to node info panel 2024-07-06 01:21:29 +12:00
2cab63bfc8 add empty state ui 2024-07-06 00:46:45 +12:00
70dc492fb2 add buttons to open message logs 2024-07-06 00:34:07 +12:00
6f29f5d865 fix channel id and gateway id 2024-07-05 23:57:16 +12:00
957c349870 implement purging old text messages after configured duration 2024-07-05 23:48:52 +12:00
c34c56fd41 auto load previous messages when scrolling up 2024-07-05 23:41:30 +12:00
7398119e61 prevent loading previous from scrolling ui to top 2024-07-05 23:31:14 +12:00
e2142e83e0 implement ui for viewing received text messages in real time 2024-07-05 23:06:44 +12:00
de88a299bd implement api to fetch text messages 2024-07-05 21:10:35 +12:00
5549a23695 update npm deps 2024-07-05 20:16:56 +12:00
88923bbb3c add setting to display temperature metrics in fahrenheit 2024-06-24 17:14:46 +12:00
8bad3bb73b add docker compose to readme 2024-06-15 15:05:08 +12:00
b178516904 Merge pull request #44 from ketan/docker
Add support for docker & docker compose
2024-06-15 14:53:06 +12:00
efa33d900b add docs to dockerfile 2024-06-15 14:50:45 +12:00
f777f4575e move docker files to root directory 2024-06-15 14:48:42 +12:00
2329fd9ac8 use docker service healthy condition instead of external docker-compose-wait dependency 2024-06-15 14:39:49 +12:00
059de37111 refactor docker compose 2024-06-14 17:26:02 +12:00
e7824de7e8 Add support for docker & docker compose 2024-06-11 20:06:08 +05:30
c6934214b4 format uptime seconds 2024-06-09 02:08:53 +12:00
a3c7861217 enable compression for express server responses 2024-06-08 16:16:39 +12:00
d74a3bfea3 tidy ui 2024-06-08 16:13:24 +12:00
b104431bf0 add power metrics and charts to node details panel 2024-06-08 16:11:24 +12:00
e05652fc37 show node details when direct linking to a node without a position 2024-06-08 15:40:50 +12:00
242c8a6aa6 implement purging old power metrics after configured duration 2024-06-07 10:54:33 +12:00
e5cc893449 implement purging old environment metrics after configured duration 2024-06-07 10:52:23 +12:00
e37d386d1a implement purging old device metrics after configured duration 2024-06-07 10:49:09 +12:00
9bdfb94479 add environment metrics and charts to node details panel 2024-06-07 00:51:33 +12:00
94a6213bfe rename telemetry section to device metrics 2024-06-07 00:33:45 +12:00
d71b03f0d8 save temperature, humidity and pressure to nodes table 2024-06-07 00:12:53 +12:00
b2321a7268 add power metrics api 2024-06-07 00:02:57 +12:00
2301e83705 add environment metrics api 2024-06-06 23:56:40 +12:00
cd68b062a1 collect power metrics 2024-06-06 23:53:23 +12:00