Commit Graph

  • ec9db95bbc Merge pull request #26 from rightup/feat/hardware-stats Lloyd 2025-11-29 16:02:22 -08:00
  • ed04c840d2 add frontend system stats and nav Lloyd 2025-11-29 23:46:29 +00:00
  • 52e4f6bef5 add hardware statistics collection to StorageCollector and API endpoints Lloyd 2025-11-29 23:03:15 +00:00
  • 748ecf33b3 hardware statistics integrate with storage collector Lloyd 2025-11-29 22:42:15 +00:00
  • 330d97d862 add hardware statistics collection and new API endpoints for hardware stats Lloyd 2025-11-29 22:13:53 +00:00
  • 5bac5aba97 fix installer/upgrade sh Lloyd 2025-11-28 22:50:39 +00:00
  • b00c7f429c mprove installation and upgrade process by removing conflicting python3-yaml package and updating yq command usage Lloyd 2025-11-28 19:25:22 +00:00
  • 8494f4a1c4 add swig and build-essential to system dependencies for installation and upgrade for lite version of RPi Lloyd 2025-11-28 16:05:30 +00:00
  • 94f12a399d bump version beta 1 Lloyd 2025-11-27 22:14:37 +00:00
  • 996209964d Merge pull request #25 from rightup/feat/discover Lloyd 2025-11-27 14:10:01 -08:00
  • 2c4cdbcf22 feat: implement control handler for discovery request/response in RepeaterDaemon Lloyd 2025-11-27 22:04:24 +00:00
  • 9ed3d4618f feat: add discovery response handling to RepeaterDaemon for automatic node discovery Lloyd 2025-11-27 20:50:40 +00:00
  • ab4392e2f7 fix: force reinstall Python package and disable cache during installation and upgrade Lloyd 2025-11-27 16:01:54 +00:00
  • da1d4e9700 Merge pull request #24 from rightup/feat/advert-dedupe Lloyd 2025-11-27 07:31:36 -08:00
  • 2a5293e2e7 fix: improve error message for max path size and add check for do-not-retransmit packets Lloyd 2025-11-27 15:29:45 +00:00
  • 9d98aeb1df add clusters to map and tidy table Lloyd 2025-11-26 22:28:13 +00:00
  • 08dbcf696b feat: add caching for known neighbors in RepeaterHandler to improve performance and dedupe adverts. Lloyd 2025-11-25 22:51:30 +00:00
  • 1c561cd620 Merge pull request #23 from rightup/feat/letsmesh Lloyd 2025-11-25 13:15:06 -08:00
  • 45d4a8a484 feat: add owner and email fields to LetsMesh configuration Lloyd 2025-11-25 17:26:55 +00:00
  • d4a18a9808 feat: add email and owner fields to node info and JWT payload for TLS connections Lloyd 2025-11-25 17:24:15 +00:00
  • 653d58190c fix: increase status interval for LetsMesh from 60 to 300 seconds Lloyd 2025-11-25 16:07:06 +00:00
  • d7ee431337 chore: update version to 1.0.5-beta Lloyd 2025-11-25 15:10:48 +00:00
  • 21c2f0343a fix: correct frequency and bandwidth formatting for letsmesh Lloyd 2025-11-25 15:09:28 +00:00
  • eebd76609a JWT token refresh mechanism in letsmesh Lloyd 2025-11-25 09:24:15 +00:00
  • 74f185ce7b start status heartbeat thread upon successful connection preventing race con Lloyd 2025-11-25 09:07:20 +00:00
  • ae68bc92c1 implement JWT token refresh mechanism in for letsmesh Lloyd 2025-11-25 08:59:32 +00:00
  • 0184cdd325 added remove nodes from neighbors Lloyd 2025-11-25 00:08:46 +00:00
  • 788db09b59 feat: add delete advert functionality to SQLiteHandler and API endpoints Lloyd 2025-11-24 21:27:12 +00:00
  • 582dba8b7a feat: enhance installation process by adding wget and installing mikefarah yq v4 if not present Lloyd 2025-11-24 16:43:19 +00:00
  • 2d8bb6bab2 feat: add yq support for YAML configuration merging and improve validation checks Lloyd 2025-11-24 16:38:59 +00:00
  • bdc38c5307 fix: standardize packet hash casing to uppercase in RepeaterHandler and RepeaterDaemon Lloyd 2025-11-24 09:58:13 +00:00
  • 34a775925b feat: implement server-level CORS support and cleanup CORS handling in API endpoints Lloyd 2025-11-24 00:11:32 +00:00
  • 7f00575aa9 feat: implement CORS tool for handling preflight requests and adding headers Lloyd 2025-11-23 23:03:28 +00:00
  • 7f0a72fdd2 Refactor code structure for improved readability and maintainability Lloyd 2025-11-23 22:47:43 +00:00
  • 481005c4a3 feat: enhance configuration merging to preserve all user settings while adding new options Lloyd 2025-11-23 21:05:19 +00:00
  • 61fb45c436 fix: update letsmesh configuration to disable and correct iata_code casing Lloyd 2025-11-23 20:30:30 +00:00
  • 1d231b1e1c feat: enhance upgrade process with configuration validation and merging Lloyd 2025-11-22 23:48:06 +00:00
  • e07f384dfb fix: remove rrdtool dependency from project Lloyd 2025-11-22 23:12:01 +00:00
  • 2f28e682b1 fix: update installation script to replace rrdtool with python3-rrdtool Lloyd 2025-11-22 22:58:26 +00:00
  • 692d83ecfe feat: update installation and upgrade process to include rrdtool and librrd-dev dependencies Lloyd 2025-11-22 22:49:42 +00:00
  • 3c2351f2b3 fix: update pymc_core dependency to use git repository for development version Lloyd 2025-11-22 22:40:40 +00:00
  • e7d4c63021 Merge pull request #20 from rightup/feat/api-storage Lloyd 2025-11-22 14:38:59 -08:00
  • 2137e6a1c6 Refactor code structure for improved readability and maintainability Lloyd 2025-11-22 22:07:46 +00:00
  • 2495f08ab9 Add favicon and index.html for pyMC Repeater Dashboard Lloyd 2025-11-22 13:33:19 +00:00
  • 9da12d6082 feat: implement transport code validation with caching for flood forwarding Lloyd 2025-11-21 16:54:59 +00:00
  • 3f3771d600 feat: implement PacketRecord class for standardized packet handling and update MQTTHandler and StorageCollector to utilize it Lloyd 2025-11-21 15:35:54 +00:00
  • 08d4e054b0 clean up code formatting and improve readability in letsmesh_handler and storage_collector Lloyd 2025-11-20 10:11:06 +00:00
  • 291b5ffd9f Merge pull request #17 from rightup/dev Lloyd 2025-11-19 13:44:33 -08:00
  • 28480c311c Add pip installation to system dependencies in manage.sh Lloyd 2025-11-19 21:42:34 +00:00
  • ef43215f03 Merge pull request #16 from MeshSmith/main Lloyd 2025-11-19 13:39:40 -08:00
  • 3cc414375f added PiMesh-1W Configs Matt 2025-11-19 21:25:44 -05:00
  • f0ccf161c9 add disallowed packet types configuration for LetsMesh and implement filtering in storage collector Lloyd 2025-11-19 15:33:39 +00:00
  • 549696a6c8 feat: enhance payload with model and format client version Lloyd 2025-11-19 13:55:22 +00:00
  • 38569d029e log trace packet storage Lloyd 2025-11-19 12:24:44 +00:00
  • 3a2466f953 refactor LetsMesh handler initialization and add live stats support Lloyd 2025-11-19 11:28:00 +00:00
  • 1793973a84 tidy configuration handling by adding get_node_info function Lloyd 2025-11-19 10:39:14 +00:00
  • 007182deb1 MeshCoreToMqttJwtPusher initialization and packet publishing with node name and radio configuration Lloyd 2025-11-18 23:36:10 +00:00
  • 8ef2d3997d feat: update raw packet handling in StorageCollector and RepeaterHandler Lloyd 2025-11-18 23:05:34 +00:00
  • 785cdd60f7 feat: update packet publishing logic in StorageCollector to use 'raw_packet' Lloyd 2025-11-18 22:45:30 +00:00
  • 57db8d8831 feat: fix indentation in LetsMesh handler initialization in StorageCollector Lloyd 2025-11-18 22:30:44 +00:00
  • 1660f1f8b3 fix typo Lloyd 2025-11-18 22:27:09 +00:00
  • eabd5245fd feat: fix indentation and improve LetsMesh handler initialization in StorageCollector Lloyd 2025-11-18 22:26:04 +00:00
  • 306beea7a0 feat: add LetsMesh configuration and handler integration in StorageCollector Lloyd 2025-11-18 22:23:09 +00:00
  • 11354fcf46 feat: update MeshCoreToMqttJwtPusher Lloyd 2025-11-18 21:44:22 +00:00
  • 732466eabf feat: enhance global flood policy endpoint to update and save configuration Lloyd 2025-11-16 22:06:33 +00:00
  • 9e65a02273 feat: add global flood policy configuration and API endpoint for updates Lloyd 2025-11-16 21:43:35 +00:00
  • deaed4b376 feat: implement transport key generation and update API endpoints for optional transport key handling Lloyd 2025-11-16 21:37:17 +00:00
  • da4006d230 feat: add transport key management methods and API endpoints Lloyd 2025-11-16 20:56:29 +00:00
  • 38bcd7e568 Merge pull request #14 from rightup/dev Lloyd 2025-11-15 14:29:47 -08:00
  • dd12f6b6fd Refactor SPI configuration checks and enhance installation process in manage.sh Lloyd 2025-11-15 22:28:55 +00:00
  • 4a001802d0 Merge pull request #12 from rightup/dev Lloyd 2025-11-15 12:54:30 -08:00
  • ce0e67dbf6 Update README.md Lloyd 2025-11-15 20:53:41 +00:00
  • 3278579e8e Update radio-settings.json Lloyd 2025-11-15 20:53:28 +00:00
  • 869034bbb2 Update installation instructions and add system dependency for libffi-dev Lloyd 2025-11-15 20:38:50 +00:00
  • faa8dc4a2a Bump version to 1.0.4 in __init__.py Lloyd 2025-11-15 01:22:18 +00:00
  • 9ca191f9b2 Update version to 1.0.4 in pyproject.toml and add SPI setup instructions Lloyd 2025-11-15 01:17:15 +00:00
  • 16fef485bf Refactor frequency conversion to use awk for improved precision Lloyd 2025-11-15 01:08:08 +00:00
  • a32795e0bd Enhance radio configuration script to handle LED pin settings and DIO3 TCXO flag updates Lloyd 2025-11-15 00:54:57 +00:00
  • 8d974780ee Add TX/RX LED pin configuration to radio settings and setup script Lloyd 2025-11-15 00:47:19 +00:00
  • 600a18c076 Add support for DIO3 TCXO configuration in radio settings and management script Lloyd 2025-11-15 00:41:41 +00:00
  • d266a18795 Enhance manage.sh to require interactive terminal and improve whiptail installation logic Lloyd 2025-11-15 00:21:12 +00:00
  • 0c05988e7d Update pyproject.toml to require pymc_core version 1.0.5 Lloyd 2025-11-15 00:17:42 +00:00
  • 2acd44bcf8 add get_route_stats method to StorageCollector and corresponding API endpoint for packet stats Lloyd 2025-11-12 07:08:09 +00:00
  • 49de8e5180 add route_stats endpoint and implement get_route_stats method in SQLiteHandler Lloyd 2025-11-11 20:54:59 +00:00
  • 9f5a459134 feat: update packet_type_graph_data to accept parameters for hours, resolution, and types Lloyd 2025-11-10 22:13:20 +00:00
  • d1963fc70f feat: add endpoint to retrieve adverts by contact type with optional filters Lloyd 2025-11-10 20:37:39 +00:00
  • de71d5b954 feat: implement MeshCore to MQTT JWT pusher with packet processing and publishing Lloyd 2025-11-10 17:00:14 +00:00
  • f8661a2c10 Implement data acquisition module with SQLite, RRDTool, and MQTT handlers Lloyd 2025-11-10 10:26:24 +00:00
  • d239911ddf remove old http template server Lloyd 2025-11-10 09:38:23 +00:00
  • 8614dbc310 feat: add CORS support to API endpoints and update packet type graph data retrieval Lloyd 2025-11-09 23:28:56 +00:00
  • e9cb384999 fix: simplify parameter handling in packet stats and recent packets endpoints Lloyd 2025-11-07 22:47:47 +00:00
  • a9b7fe75b1 fix: correct comments for system sections in API endpoints Lloyd 2025-11-07 17:30:13 +00:00
  • e3179e518e docs: add API endpoint documentation for stats, packets, charts, noise floor, repeater control, and CAD calibration Lloyd 2025-11-07 17:20:44 +00:00
  • 65d72ca399 fix: update noise floor RRD metrics format to use 'U' for undefined values Lloyd 2025-11-07 16:20:30 +00:00
  • c58330aff5 feat: add noise floor monitoring with history, stats, and chart data endpoints Lloyd 2025-11-07 16:17:01 +00:00
  • 2df8d6069c refactor: streamline packet and advert recording by consolidating RRD metrics updates Lloyd 2025-11-07 14:24:57 +00:00
  • eb79fb7baf fix:StorageCollector to serialize non-SQLite-bindable fields and improve error handling in APIEndpoints for storage retrieval Lloyd 2025-11-07 13:56:12 +00:00
  • fa8084b98e renamed folders http > web Lloyd 2025-11-07 13:32:40 +00:00
  • 3f092e3b39 Add StorageCollector class for packet and advert management Lloyd 2025-11-07 13:23:44 +00:00
  • 0cc4949129 Merge pull request #8 from rightup/dev Lloyd 2025-11-04 14:30:41 -08:00