Commit Graph

117 Commits

Author SHA1 Message Date
Lloyd eebd76609a JWT token refresh mechanism in letsmesh 2025-11-25 09:24:15 +00:00
Lloyd 74f185ce7b start status heartbeat thread upon successful connection preventing race con 2025-11-25 09:07:20 +00:00
Lloyd ae68bc92c1 implement JWT token refresh mechanism in for letsmesh 2025-11-25 08:59:32 +00:00
Lloyd 0184cdd325 added remove nodes from neighbors 2025-11-25 00:08:46 +00:00
Lloyd 788db09b59 feat: add delete advert functionality to SQLiteHandler and API endpoints 2025-11-24 21:27:12 +00:00
Lloyd 582dba8b7a feat: enhance installation process by adding wget and installing mikefarah yq v4 if not present 2025-11-24 16:43:19 +00:00
Lloyd 2d8bb6bab2 feat: add yq support for YAML configuration merging and improve validation checks 2025-11-24 16:38:59 +00:00
Lloyd bdc38c5307 fix: standardize packet hash casing to uppercase in RepeaterHandler and RepeaterDaemon 2025-11-24 09:58:13 +00:00
Lloyd 34a775925b feat: implement server-level CORS support and cleanup CORS handling in API endpoints 2025-11-24 00:11:32 +00:00
Lloyd 7f00575aa9 feat: implement CORS tool for handling preflight requests and adding headers 2025-11-23 23:03:28 +00:00
Lloyd 7f0a72fdd2 Refactor code structure for improved readability and maintainability 2025-11-23 22:47:43 +00:00
Lloyd 481005c4a3 feat: enhance configuration merging to preserve all user settings while adding new options 2025-11-23 21:05:19 +00:00
Lloyd 61fb45c436 fix: update letsmesh configuration to disable and correct iata_code casing 2025-11-23 20:30:30 +00:00
Lloyd 1d231b1e1c feat: enhance upgrade process with configuration validation and merging 2025-11-22 23:48:06 +00:00
Lloyd e07f384dfb fix: remove rrdtool dependency from project 2025-11-22 23:12:01 +00:00
Lloyd 2f28e682b1 fix: update installation script to replace rrdtool with python3-rrdtool 2025-11-22 22:58:26 +00:00
Lloyd 692d83ecfe feat: update installation and upgrade process to include rrdtool and librrd-dev dependencies 2025-11-22 22:49:42 +00:00
Lloyd 3c2351f2b3 fix: update pymc_core dependency to use git repository for development version 2025-11-22 22:40:40 +00:00
Lloyd e7d4c63021 Merge pull request #20 from rightup/feat/api-storage
Feat/api storage
2025-11-22 14:38:59 -08:00
Lloyd 2137e6a1c6 Refactor code structure for improved readability and maintainability 2025-11-22 22:07:46 +00:00
Lloyd 2495f08ab9 Add favicon and index.html for pyMC Repeater Dashboard
- Introduced a favicon.ico file for the application.
- Created index.html with basic structure, including meta tags, links to Google Fonts, and references to JavaScript and CSS assets for the dashboard.
2025-11-22 13:33:19 +00:00
Lloyd 9da12d6082 feat: implement transport code validation with caching for flood forwarding 2025-11-21 16:54:59 +00:00
Lloyd 3f3771d600 feat: implement PacketRecord class for standardized packet handling and update MQTTHandler and StorageCollector to utilize it 2025-11-21 15:35:54 +00:00
Lloyd 08d4e054b0 clean up code formatting and improve readability in letsmesh_handler and storage_collector 2025-11-20 10:11:06 +00:00
Lloyd 28480c311c Add pip installation to system dependencies in manage.sh 2025-11-19 21:42:34 +00:00
Lloyd ef43215f03 Merge pull request #16 from MeshSmith/main
added PiMesh-1W Configs
2025-11-19 13:39:40 -08:00
Matt 3cc414375f added PiMesh-1W Configs 2025-11-19 21:25:44 -05:00
Lloyd f0ccf161c9 add disallowed packet types configuration for LetsMesh and implement filtering in storage collector 2025-11-19 15:33:39 +00:00
Lloyd 549696a6c8 feat: enhance payload with model and format client version 2025-11-19 13:55:22 +00:00
Lloyd 38569d029e log trace packet storage 2025-11-19 12:24:44 +00:00
Lloyd 3a2466f953 refactor LetsMesh handler initialization and add live stats support 2025-11-19 11:28:00 +00:00
Lloyd 1793973a84 tidy configuration handling by adding get_node_info function 2025-11-19 10:39:14 +00:00
Lloyd 007182deb1 MeshCoreToMqttJwtPusher initialization and packet publishing with node name and radio configuration 2025-11-18 23:36:10 +00:00
Lloyd 8ef2d3997d feat: update raw packet handling in StorageCollector and RepeaterHandler 2025-11-18 23:05:34 +00:00
Lloyd 785cdd60f7 feat: update packet publishing logic in StorageCollector to use 'raw_packet' 2025-11-18 22:45:30 +00:00
Lloyd 57db8d8831 feat: fix indentation in LetsMesh handler initialization in StorageCollector 2025-11-18 22:30:44 +00:00
Lloyd 1660f1f8b3 fix typo 2025-11-18 22:27:09 +00:00
Lloyd eabd5245fd feat: fix indentation and improve LetsMesh handler initialization in StorageCollector 2025-11-18 22:26:04 +00:00
Lloyd 306beea7a0 feat: add LetsMesh configuration and handler integration in StorageCollector 2025-11-18 22:23:09 +00:00
Lloyd 11354fcf46 feat: update MeshCoreToMqttJwtPusher 2025-11-18 21:44:22 +00:00
Lloyd 732466eabf feat: enhance global flood policy endpoint to update and save configuration 2025-11-16 22:06:33 +00:00
Lloyd 9e65a02273 feat: add global flood policy configuration and API endpoint for updates 2025-11-16 21:43:35 +00:00
Lloyd deaed4b376 feat: implement transport key generation and update API endpoints for optional transport key handling 2025-11-16 21:37:17 +00:00
Lloyd da4006d230 feat: add transport key management methods and API endpoints 2025-11-16 20:56:29 +00:00
Lloyd 38bcd7e568 Merge pull request #14 from rightup/dev
Refactor SPI configuration checks and enhance installation process in…
2025-11-15 14:29:47 -08:00
Lloyd dd12f6b6fd Refactor SPI configuration checks and enhance installation process in manage.sh 2025-11-15 22:28:55 +00:00
Lloyd 4a001802d0 Merge pull request #12 from rightup/dev
This PR adds support for new radio configuration parameters (LED pins and TCXO settings) and consolidates three separate management scripts (deploy.sh, upgrade.sh, uninstall.sh) into a single interactive management script (manage.sh). The changes also update the project version to 1.0.4 and bump the dependency requirement for pymc_core to 1.0.5.

    Updated radio configuration to support TX/RX LED pins and DIO3 TCXO control
    Consolidated deployment/upgrade/uninstall scripts into a single interactive manage.sh
    Updated version to 1.0.4 and dependency to pymc_core>=1.0.5
2025-11-15 12:54:30 -08:00
Lloyd ce0e67dbf6 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-15 20:53:41 +00:00
Lloyd 3278579e8e Update radio-settings.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-15 20:53:28 +00:00
Lloyd 869034bbb2 Update installation instructions and add system dependency for libffi-dev 2025-11-15 20:38:50 +00:00