Commit Graph
100 Commits
Author SHA1 Message Date
liamcottle 8407f9da6a add example service file for running mqtt collector 2024-11-23 00:52:35 +13:00
liamcottle 5ba3b95f64 add example service file for running map ui and api 2024-11-23 00:49:46 +13:00
liamcottle 34f43b7ee8 add example env file 2024-11-23 00:48:15 +13:00
liamcottle 1c2f8d9be7 add index to position updated at column for nodes table 2024-11-21 12:58:05 +13:00
liamcottle 3d11f77eb1 add cli option to forget outdated positions for nodes 2024-11-21 12:56:10 +13:00
liamcottle 1de9effd9a add open topo map layer 2024-11-21 11:09:14 +13:00
liamcottle 2bc71c976b add .idea to .gitignore 2024-11-21 11:09:03 +13:00
liamcottle bbf9a50353 add seconds to date time 2024-11-07 23:14:26 +13:00
liamcottle e76abd8d9f remove colon between minutes and am/pm 2024-11-07 23:09:34 +13:00
liamcottle 537f81230b show full date and time for gated messages instead of relative time ago 2024-11-07 23:07:51 +13:00
liamcottle 322a17bca1 adjust lang 2024-10-03 10:26:54 +13:00
liamcottle 4959df3119 update position precision on packet to show that it is no longer full precision 2024-10-03 10:14:21 +13:00
liamcottle ebf4c75bfa use same logic as meshtastic firmware to obfuscate position 2024-10-03 09:52:41 +13:00
liamcottle 14c7339ed0 implement function to set integer position precision in bits 2024-10-03 09:41:57 +13:00
liamcottle 98a58eb3e3 add info about positions on v2.4 being truncated 2024-10-02 22:10:19 +13:00
liamcottle 7e316d3194 add todo 2024-10-02 21:48:03 +13:00
liamcottle e57f1a2b67 set node position precision from position packet 2024-10-02 20:38:06 +13:00
liamcottle ad37ca2c47 add testing docs 2024-10-02 01:54:33 +13:00
liamcottle f5383fc412 add todo 2024-10-02 01:53:31 +13:00
liamcottle 9bebc870bd add cli flag to limit position precision to x decimal places for v2.4 firmware and older 2024-10-02 01:52:03 +13:00
liamcottle 759567917a add cli flag to drop portnums that don't have the bitfield available 2024-09-28 09:47:26 +12:00
liamcottle 90529f9486 add info about disabling ok to mqtt in v2.5 firmware to be hidden from this public map 2024-09-27 17:19:39 +12:00
liamcottle 23c2786f05 add info about v2.5 firmware needing ok to mqtt enabled 2024-09-27 17:02:16 +12:00
liamcottle 792833a14e add cli flag to drop packets that are not ok to mqtt 2024-09-27 16:06:46 +12:00
liamcottle 21272afab1 adjust range of pressure chart scale 2024-09-11 12:34:55 +12:00
liamcottle 2cd6e570eb cli options should not default to true, as it's impossible to turn off 2024-09-09 14:07:51 +12:00
liamcottle 0e0ed2b9ee add mqtt cli option to only allow processing specific portnums 2024-09-09 13:52:21 +12:00
liamcottle ce4895bb8c add flag comments 2024-09-09 13:45:11 +12:00
liamcottle 2aec144e91 add cli option to log packets for unknown portnums 2024-09-09 13:28:04 +12:00
liamcottle 6260b58f81 remove old blocks 2024-09-09 13:07:46 +12:00
liamcottle 2996dd6f7f show who gated a message 2024-09-08 22:58:38 +12:00
liamcottle 1c2b0faaad implement new environment metrics chart 2024-09-08 22:30:22 +12:00
liamcottle 6a01c51455 add node icons to traceroute viewer 2024-09-08 13:34:06 +12:00
liamcottle 3ee7138182 ensure new fields are json arrays in response 2024-09-08 13:04:48 +12:00
liamcottle e2f354573a collect new snr and route back info for traceroutes 2024-09-08 13:00:49 +12:00
liamcottle e12e56a221 cleanup 2024-09-08 00:09:50 +12:00
liamcottle fff4cc9a49 use axios instead of fetch 2024-09-07 23:45:53 +12:00
liamcottle 816193dff6 filter nodes by role 2024-09-07 23:39:41 +12:00
liamcottle 042b81b3bc filter nodes by hardware model 2024-09-07 23:36:09 +12:00
liamcottle 3532b25cd7 add device image for TRACKER_T1000_E 2024-09-07 23:22:48 +12:00
liamcottle 8cf2c4840f add device image for SENSECAP_INDICATOR 2024-09-07 23:22:41 +12:00
liamcottle f27168e1fd update mesh.proto for new device types 2024-09-07 22:56:16 +12:00
liamcottle 954f10868f ensure light background uses dark text 2024-09-07 21:57:23 +12:00
liamcottle 18c3ccb7cc add button to minimise position history overlay 2024-09-04 18:01:54 +12:00
liamcottle cebfb6a2d9 use self hosted assets for message viewer 2024-09-04 16:59:35 +12:00
liamcottle a4f3dfcb1c get rid of annoying alert for nodes without position 2024-09-04 12:59:41 +12:00
liamcottle cd2929080e limit search results to 500 to improve speed 2024-09-04 12:37:51 +12:00
liamcottle 17cd661c6a add node icon to search results 2024-09-04 12:32:17 +12:00
liamcottle 7f05a68627 allow selecting time range for power metrics chart 2024-09-04 12:04:11 +12:00
liamcottle 02fae98852 use element instead of context to avoid chart init error after destroy 2024-09-04 11:51:57 +12:00
liamcottle 937ad78055 allow selecting time range for device metrics chart 2024-09-04 11:39:23 +12:00
liamcottle 2664a3ef52 implement new power metrics chart for voltage and current 2024-09-02 14:06:58 +12:00
liamcottle ffa68a6f2c index mode for tooltips 2024-09-02 14:00:02 +12:00
liamcottle e215575aa9 format percentage on y axis 2024-09-02 13:01:43 +12:00
liamcottle eabe5b2de8 move ids to top of details section 2024-09-02 12:37:27 +12:00
liamcottle 7a4c0e4667 remove duplicate info as node names are shown in header bar 2024-09-02 12:30:02 +12:00
liamcottle caa3a27388 condense device position ui 2024-09-02 12:26:53 +12:00
liamcottle f274caf050 condense device details ui 2024-09-02 12:18:29 +12:00
liamcottle ff9c5c8b16 condense lora config ui 2024-09-02 12:09:45 +12:00
liamcottle 09e13d007a condense other device info ui 2024-09-02 04:14:26 +12:00
liamcottle 9cbd4a8291 show x labels at top of chart 2024-09-02 03:29:46 +12:00
liamcottle 9f46567329 implement new device metrics chart 2024-09-02 03:26:18 +12:00
liamcottle 9f5d543b24 update position tooltip 2024-08-29 00:19:23 +12:00
liamcottle efb019b500 add gateway info for position marker 2024-08-28 23:54:22 +12:00
liamcottle dcbde41fc9 show tooltip for position history markers 2024-08-28 23:50:42 +12:00
Liam CottleandGitHub 7f30f2c7f9 Merge pull request #66 from Skordy/master
MQTT connection status is now based on when the node last gated a packet
2024-08-28 22:55:15 +12:00
liamcottle ed7a98de61 add comment 2024-08-28 22:53:04 +12:00
liamcottle 10b9c145cd remote mqtt connection state column 2024-08-28 22:51:08 +12:00
liamcottle 1aed1fac78 refactor mqtt status to own function and set default config 2024-08-28 22:47:32 +12:00
liamcottle d163c84450 don't care if updating mqtt timestamp fails 2024-08-28 20:42:24 +12:00
liamcottle 0262dd3ee5 update mqtt details 2024-08-28 18:43:50 +12:00
liamcottle a00795a28f condense lora region 2024-08-28 02:41:39 +12:00
liamcottle 45fd56e4bf condense lat long to single line 2024-08-28 02:34:11 +12:00
liamcottle eb689d7b0f fix alignment 2024-08-28 02:17:05 +12:00
liamcottle 944bce8697 improve ux for sharing node 2024-08-28 02:02:28 +12:00
liamcottle 7c93945d80 add node icon to full details header and use long name for subtitle 2024-08-28 01:42:44 +12:00
liamcottle 0238baddb3 update comments 2024-08-27 21:34:28 +12:00
liamcottle 3bb609a85c remove unused var 2024-08-27 21:29:10 +12:00
liamcottle 0de6599992 refactor hex id conversion to its own function 2024-08-27 17:01:56 +12:00
liamcottle 1760532898 allow setting a custom mqtt client id 2024-08-27 16:08:44 +12:00
liamcottle 4cb41c3a56 fix null check 2024-08-26 18:28:26 +12:00
liamcottle 96ee4667e6 update node outline to be based on position precision 2024-08-26 18:26:54 +12:00
liamcottle c080acecf9 add position precision to ui 2024-08-26 18:14:16 +12:00
liamcottle c6d70cc4e9 add shadow to node icon 2024-08-26 16:23:08 +12:00
liamcottle 456907aef1 make node icon a link to node on map 2024-08-26 16:22:27 +12:00
liamcottle b89bd56774 show message details on click 2024-08-26 16:19:57 +12:00
liamcottle ef3a4d456d add node profile image for messages 2024-08-26 15:58:01 +12:00
liamcottle f80ce3c4d3 add option to ignore direct messages 2024-08-26 12:32:18 +12:00
liamcottle 989b12e044 update readme 2024-08-24 15:52:00 +12:00
liamcottle 043be5bafd add contact link to allow removing node via email 2024-08-24 15:50:16 +12:00
liamcottle c8cc4133f1 update lang 2024-08-24 15:27:50 +12:00
liamcottle ed61b62889 add service announcement about mqtt 2024-08-24 15:12:54 +12:00
liamcottle b3c0684a42 show about dialog instead of popular devices on mobile ui 2024-08-24 15:10:50 +12:00
liamcottle 887ef0ffa9 auto update position in url by default 2024-08-24 15:02:45 +12:00
liamcottle 001ef68a1a add mqtt server details to info modal 2024-08-24 14:58:39 +12:00
liamcottle b3322150fe change to using allowed meshtastic icon 2024-08-23 13:30:31 +12:00
liamcottle 17dec0436c support multiple topics 2024-08-22 10:16:19 +12:00
liamcottle 6ce078f984 refactor path to leaflet plugins 2024-08-21 23:40:22 +12:00
liamcottle fbe45c8d7c add missing leaflet assets 2024-08-21 23:40:22 +12:00
liamcottle b75681de37 host and serve scripts locally for offline access 2024-08-21 23:40:22 +12:00