Commit Graph

  • 6125421e00 zoom in further by default when going to node liamcottle 2024-03-30 15:14:54 +13:00
  • b5e6552ace support lat, lng and zoom query parameters to configure map with links liamcottle 2024-03-30 15:10:05 +13:00
  • 7496860aa9 show tooltip persistently on click for all platforms, and add button to open side menu liamcottle 2024-03-30 14:26:18 +13:00
  • 0cc8e16fd7 update lang liamcottle 2024-03-30 12:51:35 +13:00
  • 8b54758a40 refactor to method liamcottle 2024-03-29 23:57:37 +13:00
  • 62aa2748b2 don't auto show info modal on mobile liamcottle 2024-03-29 23:55:37 +13:00
  • 09775d4343 update title liamcottle 2024-03-29 23:52:29 +13:00
  • abd844c3af show info button at smaller breakpoint liamcottle 2024-03-29 23:46:16 +13:00
  • 14981eb601 fix scroll on mobile liamcottle 2024-03-29 23:40:21 +13:00
  • e151a67da3 fix dismissing modal by clicking outside liamcottle 2024-03-29 23:37:21 +13:00
  • ad18d36dc6 show info modal on first launch liamcottle 2024-03-29 23:27:02 +13:00
  • 0bef9c9e32 add info modal liamcottle 2024-03-29 23:16:09 +13:00
  • 8567a990b8 update mqtt options in readme liamcottle 2024-03-29 20:13:01 +13:00
  • 47af307184 add command line arg to collect all neighbour info liamcottle 2024-03-29 20:10:07 +13:00
  • 8fe31a4a9c move check inside block liamcottle 2024-03-29 20:04:58 +13:00
  • cda01bf489 add command line arg to collect all map reports liamcottle 2024-03-29 20:03:56 +13:00
  • 99f1682b80 add command line arg to collect all waypoints liamcottle 2024-03-29 20:01:26 +13:00
  • 530dc9c2aa add command line arg to collect all text messages liamcottle 2024-03-29 19:59:16 +13:00
  • 203ae462d4 update mqtt options in readme liamcottle 2024-03-29 19:55:48 +13:00
  • 9c6bd697cc add command line options to auto purge nodes unheard from for x seconds liamcottle 2024-03-29 19:54:14 +13:00
  • 112b75c4fe add nodes max age setting feature to readme liamcottle 2024-03-27 02:22:50 +13:00
  • 0a699e5630 remove beta features section liamcottle 2024-03-27 02:21:03 +13:00
  • c54a7fdff2 update readme docs about neighbours map layer issues liamcottle 2024-03-27 02:20:37 +13:00
  • 6f5f3e1b9b update readme features liamcottle 2024-03-27 02:17:18 +13:00
  • ec507a833a add mqtt collector docs liamcottle 2024-03-27 02:05:35 +13:00
  • 2cb5f5c9ce add command line usage liamcottle 2024-03-27 01:55:55 +13:00
  • 24c222e4a3 support providing custom decryption keys via command line args liamcottle 2024-03-27 01:44:25 +13:00
  • a6958e1451 options are null when not provided liamcottle 2024-03-27 01:32:08 +13:00
  • 445452d7f5 add command line arg to collect all service envelopes liamcottle 2024-03-27 01:28:43 +13:00
  • 9152b0e62a support custom mqtt servers liamcottle 2024-03-27 01:23:57 +13:00
  • 5cd638cebd remember which map layers are enabled or disabled across page reloads liamcottle 2024-03-27 01:09:02 +13:00
  • bf08acb066 add info about mqtt node neighbours liamcottle 2024-03-27 00:40:14 +13:00
  • cfc83f1147 don't zoom ui when clicking search field on mobile liamcottle 2024-03-26 04:07:27 +13:00
  • c0dd93dc3d implement desktop search bar on mobile liamcottle 2024-03-26 04:05:37 +13:00
  • 8bc6ad01c3 add missing forms plugin for tailwindcss liamcottle 2024-03-26 03:14:59 +13:00
  • 898fcfbc5e improve ui liamcottle 2024-03-26 03:11:44 +13:00
  • 39db860005 add ui to configure how long nodes should show on the map without being updated liamcottle 2024-03-26 03:07:08 +13:00
  • ffc0091890 crop and optimise image liamcottle 2024-03-25 20:00:43 +13:00
  • a0c5cd1736 Merge pull request #3 from GMart/master Liam Cottle 2024-03-25 19:55:43 +13:00
  • 300a02090a Add two device images Garrett M 2024-03-24 23:01:12 -04:00
  • 4a85a97a87 add hardware model stats to api info liamcottle 2024-03-24 00:22:48 +13:00
  • 4dfbe8bd31 add waypoints to api info liamcottle 2024-03-24 00:20:16 +13:00
  • 0d56a4cb5f add api endpoint to fetch specific node by node id liamcottle 2024-03-24 00:14:40 +13:00
  • 50bbe2414a show when neighbours and position was last updated in sidebar liamcottle 2024-03-23 23:57:57 +13:00
  • 31cf3fb7f4 show when neighbours and position was last updated liamcottle 2024-03-23 23:53:42 +13:00
  • 020c78ac85 track when node position was last updated liamcottle 2024-03-23 23:47:37 +13:00
  • d3ac6bf014 use new neighbours source liamcottle 2024-03-23 23:36:29 +13:00
  • b9082ebedb track when neighbours were last updated liamcottle 2024-03-23 23:34:02 +13:00
  • 3abdabdd09 no need for 4k queries on each load now that data is stored on node itself liamcottle 2024-03-23 23:24:56 +13:00
  • d7252c9962 store neighbour info directly in the nodes table liamcottle 2024-03-23 22:56:03 +13:00
  • 22dceaac54 add config for zoom level when navigating to node liamcottle 2024-03-23 22:43:55 +13:00
  • 45988cee12 some nodes are spamming map reports at a high rate. we don't need them liamcottle 2024-03-23 21:35:29 +13:00
  • 7aa53718f7 remove todo liamcottle 2024-03-23 17:21:29 +13:00
  • d439e87ddb add settings panel to hide neighbour lines further than x meters liamcottle 2024-03-23 17:13:49 +13:00
  • 6de4a1b13e fix og tags liamcottle 2024-03-23 16:21:14 +13:00
  • 3c6582b7d7 increase max zoom level to be able to see close together neighbour lines liamcottle 2024-03-23 16:18:39 +13:00
  • e787cafb26 add update script liamcottle 2024-03-23 13:03:12 +13:00
  • bbe724aab7 add github link on desktop liamcottle 2024-03-23 12:59:17 +13:00
  • 631e2e584e add link to map liamcottle 2024-03-23 10:49:12 +13:00
  • 0cd7b2280a add legal disclaimer liamcottle 2024-03-23 10:47:23 +13:00
  • 1022e6f940 Create LICENSE Liam Cottle 2024-03-23 10:28:48 +13:00
  • 2ccc969a43 add license to readme liamcottle 2024-03-23 10:27:48 +13:00
  • 08fe935c18 update readme liamcottle 2024-03-23 10:27:00 +13:00
  • b3a1cfd657 update readme liamcottle 2024-03-23 10:25:48 +13:00
  • 4d85eda9c8 add screenshot to readme liamcottle 2024-03-23 10:19:31 +13:00
  • 67c896d033 add docs for install and upgrade liamcottle 2024-03-23 10:01:56 +13:00
  • 4b4c2104c0 log to console where server is running liamcottle 2024-03-23 09:57:31 +13:00
  • 24fdcdb707 add env var to enable and disable collecting all service envelopes liamcottle 2024-03-23 09:41:51 +13:00
  • 984d996e4a add ui to view traceroutes liamcottle 2024-03-19 02:33:11 +13:00
  • 961ea71c84 collect channel and gateway data for traceroutes liamcottle 2024-03-19 02:27:23 +13:00
  • fc2f01d31b show waypoint node info liamcottle 2024-03-18 23:16:54 +13:00
  • da1eacfad5 order by id instead of date liamcottle 2024-03-18 22:58:51 +13:00
  • 8ff999b236 only show waypoint description if provided liamcottle 2024-03-18 22:55:10 +13:00
  • f8fc4ad3e1 add waypoint markers layer to map liamcottle 2024-03-18 22:52:28 +13:00
  • 375504dba0 implement api to fetch waypoints liamcottle 2024-03-18 10:12:47 +13:00
  • f638542fd0 fix clearing nodes on refresh liamcottle 2024-03-18 10:11:48 +13:00
  • 7833ba6fa1 hide old search button on big screens liamcottle 2024-03-17 03:41:28 +13:00
  • 782519cae1 add search bar on big screens liamcottle 2024-03-17 03:38:06 +13:00
  • 0de663d281 add link to discord instead of qrz liamcottle 2024-03-17 02:25:18 +13:00
  • d16287715b show mqtt topics a node sent packets to liamcottle 2024-03-16 19:48:08 +13:00
  • 85060e57d7 improve mqtt metrics api liamcottle 2024-03-16 19:29:58 +13:00
  • f130ee99fe add index to gateway id on service envelopes table liamcottle 2024-03-16 19:10:39 +13:00
  • eb2cf89d77 add api to fetch mqtt topics published to by node liamcottle 2024-03-16 19:07:02 +13:00
  • d94bfe471e collect service envelopes liamcottle 2024-03-16 18:32:19 +13:00
  • 4d10dc5fc8 increase size of marker icon liamcottle 2024-03-16 18:02:48 +13:00
  • 720f9975a7 open tooltip when zooming into node liamcottle 2024-03-15 18:19:18 +13:00
  • aba476bc56 decrease radius of circle outline liamcottle 2024-03-15 18:04:52 +13:00
  • 62acf82560 disable clustering at share link zoom level liamcottle 2024-03-15 17:44:15 +13:00
  • bb7fa83d94 collect waypoints liamcottle 2024-03-15 16:11:51 +13:00
  • 8cda474f13 only show tooltip on desktop liamcottle 2024-03-15 15:31:50 +13:00
  • 3b8f96b2be support marker clusters liamcottle 2024-03-15 15:16:47 +13:00
  • 1e22acfa30 don't log neighbours liamcottle 2024-03-15 14:59:16 +13:00
  • 27fd512da5 don't use abbreviation liamcottle 2024-03-15 10:26:07 +13:00
  • 489a8d2fab show distance between neighbours liamcottle 2024-03-15 10:19:30 +13:00
  • cdf758d2fb add todo liamcottle 2024-03-15 02:23:44 +13:00
  • 663b816495 update readme liamcottle 2024-03-15 00:04:37 +13:00
  • 70750681ff collect text messages liamcottle 2024-03-14 23:28:49 +13:00
  • 494394b05c add how it works to readme liamcottle 2024-03-14 23:01:48 +13:00
  • b91a1f3f24 fix lang liamcottle 2024-03-14 22:48:52 +13:00
  • 08928aefd9 update features liamcottle 2024-03-14 22:42:19 +13:00