Commit Graph

  • 6bf252f58b Improve version retrieval by bypassing importlib.metadata cache Lloyd 2026-03-09 12:10:19 +00:00
  • c0e625fdeb Add changelog endpoint to fetch new commits since installed version Lloyd 2026-03-09 12:04:14 +00:00
  • dc2c785f89 Enhance version comparison and fetching logic for updates by integrating packaging.version and reading from pyproject.toml Lloyd 2026-03-09 11:39:48 +00:00
  • 1fdb7edc49 Allow bypassing cache in update check endpoint with optional force parameter 1.0.7 Lloyd 2026-03-09 11:09:30 +00:00
  • 0ed78a2eed Update pip install command format for hardware dependencies in management scripts Lloyd 2026-03-09 11:03:49 +00:00
  • ce8cdfd48d Refactor version handling in update endpoints to use importlib.metadata for installed version retrieval Lloyd 2026-03-09 10:47:52 +00:00
  • 437d526085 Add OTA update functionality with new API endpoints and upgrade script Lloyd 2026-03-09 10:31:36 +00:00
  • 95537cd158 Merge pull request #130 from agessaman/dev-companion-v2-cleanup Lloyd 2026-03-09 08:54:13 +00:00
  • ee97ff736a Remove obsolete documentation on DIRECT packet handling agessaman 2026-03-08 19:47:09 -07:00
  • f2a5eab726 Refactor packet handling in PacketRouter and RepeaterHandler agessaman 2026-03-08 19:39:49 -07:00
  • 1002ba3194 Refactor packet handling in RepeaterHandler and PacketRouter agessaman 2026-03-08 18:23:16 -07:00
  • 4490c9bb8c Add packet recording for injection-only types in RepeaterHandler agessaman 2026-03-08 17:23:20 -07:00
  • 884de123b9 Merge branch 'pr-128' into feat/companion Lloyd 2026-03-08 07:09:06 +00:00
  • 062dabc46e Enhance TCP timeout configuration for companions agessaman 2026-03-07 20:39:37 -08:00
  • 1b6f9df489 Improve companion identity handling and persistence agessaman 2026-03-07 14:41:31 -08:00
  • 3725d6eb21 Add path hash mode configuration and management agessaman 2026-03-07 13:57:46 -08:00
  • d74c8bda5c Add support for enabling pin configuration in hardware settings Lloyd 2026-03-06 21:53:03 +00:00
  • 72d4650323 Refactor manage.sh to install pymc_repeater with fresh dependencies from pyproject.toml, ensuring no stale modules from pymc_core. Lloyd 2026-03-06 21:34:07 +00:00
  • e5c91f382a Add mesh configuration for loop detection and update API endpoint handling Lloyd 2026-03-06 21:21:30 +00:00
  • e19ec79b49 Implement advertisement packet deduplication with configurable TTL and max hashes Lloyd 2026-03-06 16:47:38 +00:00
  • 5c3b2eff2a Update manage.sh to uninstall existing pymc_core and install fresh version from GitHub Lloyd 2026-03-06 15:34:13 +00:00
  • 9000d83754 Remove cached pymc_core installation before package updates to prevent stale module issues Lloyd 2026-03-06 14:52:27 +00:00
  • 6de88dd2a0 Fix formatting in dependencies section of pyproject.toml Lloyd 2026-03-06 14:43:45 +00:00
  • f63b001ca7 fix typos in manage.sh Lloyd 2026-03-06 14:40:15 +00:00
  • f792b20bcf Update pymc_core dependency to include hardware support Lloyd 2026-03-06 14:24:46 +00:00
  • ff7a06eaf7 Merge pull request #122 from agessaman/dev-companion-v2-cleanup Lloyd 2026-03-06 12:55:12 +00:00
  • 5b0359b74b Enhance configuration management and companion node handling agessaman 2026-03-05 20:04:17 -08:00
  • 0217a49ed2 Refactor RepeaterHandler path management and enhance packet validation agessaman 2026-03-05 16:52:43 -08:00
  • c150b9a9bf Merge upstream/feat/newRadios into dev-companion-v2-cleanup agessaman 2026-03-05 16:43:14 -08:00
  • 75657ac1b1 Merge pull request #1 from agessaman/dev-companion-v2-cleanup-multibyte-paths Adam Gessaman 2026-03-05 16:34:40 -08:00
  • a6170f70ed Add public key to identity details and enhance companion configuration handling agessaman 2026-03-05 16:26:50 -08:00
  • b6757a0ca0 Refactor path handling in RepeaterHandler to utilize hash-based representations agessaman 2026-03-05 14:06:43 -08:00
  • 0271aa9455 Add support for multi-byte hashes via local_hash_bytes agessaman 2026-03-05 09:39:11 -08:00
  • 136af19178 add loop detection configuration and tests for flood routing Lloyd 2026-03-05 14:06:28 +00:00
  • c54efa3412 add side bar display of advert blocks etc Lloyd 2026-03-05 12:56:01 +00:00
  • 2b7d394938 add logging for tracking advert blocking Lloyd 2026-03-05 11:26:40 +00:00
  • 7eeba4d569 add debugs to advert settings Lloyd 2026-03-05 11:13:44 +00:00
  • 7dccb7457f Add advertisement configuration options for rate limiting and adaptive settings Lloyd 2026-03-05 11:12:28 +00:00
  • d5e1b0e714 update stats display Lloyd 2026-03-05 10:53:34 +00:00
  • 998955ec52 Update minimum advertisement interval to 0 for improved mesh retransmission handling Lloyd 2026-03-05 10:46:24 +00:00
  • 6a52268b8c Disabl as default advertisement rate limiting and adaptive scaling features in configuration Lloyd 2026-03-05 10:39:35 +00:00
  • 4285023670 Implement adaptive advert rate limiting and configuration updates Lloyd 2026-03-05 10:35:15 +00:00
  • 552e0b9094 spell checking readme one last time. Michael Gillett 2026-03-04 10:03:05 -05:00
  • 8018b0caf9 feat: updated readme plus docker usb support Michael Gillett 2026-03-04 09:58:35 -05:00
  • dd81bf94a9 log display in management script with styled output and color-coded messages Lloyd 2026-03-04 12:43:24 +00:00
  • 1fbd99d52c Add JSON serialization support for companion preferences agessaman 2026-03-03 16:20:52 -08:00
  • a0cd83a679 Merge pull request #116 from migillett/feature/docker-support Lloyd 2026-03-03 14:01:21 +00:00
  • 2dc39ce206 Merge pull request #117 from zindello/feat/addUltraPeaterBoards Lloyd 2026-03-03 13:56:17 +00:00
  • 1a645bdbc7 Switching to adding a new preset instead of changing the existing one to prevent arguments Joshua Mesilane 2026-03-03 20:24:01 +11:00
  • 6c02617729 Adding in Zindello Industries UltraPeater boards pre-release Joshua Mesilane 2026-03-03 20:08:25 +11:00
  • 4f94b343cc Modify CompanionBridge integration to support persisting NodePrefs agessaman 2026-03-02 21:28:15 -08:00
  • 047f60f416 Merge branch 'rightup:main' into feature/docker-support Michael Gillett 2026-03-02 22:45:47 -05:00
  • 9ac6630128 Clarify Docker usage instructions in README Michael Gillett 2026-03-02 11:47:22 -05:00
  • e54d79d7c2 Refactor message handling in CompanionFrameServer to use a dedicated frame building method agessaman 2026-03-02 07:52:36 -08:00
  • 1f14dcd9fc Ui Chnages for CRC display Lloyd 2026-03-02 13:53:46 +00:00
  • 4a05e20172 Add CRC error tracking and API endpoints for error count and history Lloyd 2026-03-02 12:36:08 +00:00
  • c2f57c3d0f add tests and more validation to packets, remove crc setting from config as hardcoded. Lloyd 2026-03-02 11:35:50 +00:00
  • 908b1c39db instructions for config.yaml Michael Gillett 2026-03-01 16:18:50 -05:00
  • d24bcb1f43 starting work on a docker build Michael Gillett 2026-03-01 10:46:42 -05:00
  • 0967f899a1 Merge pull request #115 from yellowcooln/feat/newRadios Lloyd 2026-03-01 22:12:53 +00:00
  • 34334c68da Make CLI actions silent while keeping menu dialogs yellowcooln 2026-03-01 17:02:02 -05:00
  • d82ebc59b0 Normalize companion_hash format in SQLite migrations to include 0x prefix agessaman 2026-02-28 09:06:24 -08:00
  • d5fe1e637c Restore deleted AdvertHelper. agessaman 2026-02-27 22:18:56 -08:00
  • 6fa85a832f Update packet type labels in rrdtool_handler and sqlite_handler for consistency agessaman 2026-02-27 21:18:29 -08:00
  • b0158c7682 Merge pull request #106 from MSmithDev/patch-3 Lloyd 2026-02-27 07:12:29 +00:00
  • 6ebce7d93b PiMesh V2 Change cs_pin value from 8 to -1 in radio settings Matt 2026-02-26 13:35:25 -05:00
  • c78133f175 Refactor CompanionFrameServer for non-blocking message synchronization Adam Gessaman 2026-02-25 15:39:18 -08:00
  • 789a2f27ea Enhance PacketRouter and CompanionFrameServer for improved packet delivery and contact persistence agessaman 2026-02-24 21:51:56 -08:00
  • 0df94a0a91 updated convert_firmware_key.sh to support output format options and improve usage instructions; update _load_or_create_identity_key to prioritize system-wide identity key location. Lloyd 2026-02-24 20:41:15 +00:00
  • 25f9152a8d Update README to include compatibility details for supported radio interfaces and installation instructions for Proxmox Lloyd 2026-02-24 14:15:57 +00:00
  • 168d913ab9 Update pymc_core dependency to point to feat/newRadios branch Lloyd 2026-02-24 12:58:19 +00:00
  • 89ddd14cf8 Merge pull request #103 from rightup/feat/E22p Lloyd 2026-02-24 12:51:45 +00:00
  • 878218346a Add Proxmox installation instructions and CH341 GPIO pin mapping details to README Lloyd 2026-02-24 12:45:47 +00:00
  • 91d916798b upgrade functions to include conditional polkit installation and improve error handling for missing packages Lloyd 2026-02-24 12:03:45 +00:00
  • 83a6ae69ae Add sudo and create sudoers directory for service management in install and upgrade functions Lloyd 2026-02-24 11:36:46 +00:00
  • 74914541f2 Enhance installation and uninstallation scripts with user-friendly messages, add polkit and sudoers configuration for service management, and improve service restart handling in API endpoints. Lloyd 2026-02-24 11:33:21 +00:00
  • aa75fac7f2 Update Proxmox installer scripts to include CH341 GPIO pin configuration and modify radio type Lloyd 2026-02-24 11:14:29 +00:00
  • 169ea4b1e4 Refactor config merging process to strip comments and update radio_type in Proxmox installer Lloyd 2026-02-24 10:59:30 +00:00
  • b292a2a710 Add login banner and CH341 configuration to Proxmox installer script Lloyd 2026-02-24 10:26:57 +00:00
  • b4f0a42eb2 Fix locale warnings and pre-seed config for CH341 in Proxmox installer Lloyd 2026-02-24 09:59:43 +00:00
  • 0f54a05596 Proxmox installer PW Lloyd 2026-02-24 09:47:36 +00:00
  • 496c5a960a Add Proxmox LXC installer script for pyMC Repeater with USB passthrough Lloyd 2026-02-24 09:29:43 +00:00
  • 4d2943087f Refactor user group management and add container detection warnings for udev rules Lloyd 2026-02-24 09:15:21 +00:00
  • 540e5f11fe Add supplementary groups to systemd service Lloyd 2026-02-24 08:53:12 +00:00
  • edebea6bda Add user to plugdev group and install udev rules for CH341 during installation and upgrade Lloyd 2026-02-24 08:49:51 +00:00
  • 27bbaf80ac Implement deduplication for companion delivery in PacketRouter agessaman 2026-02-23 20:04:54 -08:00
  • fe45d4e993 Merge pull request #101 from MSmithDev/pimesh-v2 Lloyd 2026-02-23 23:11:11 +00:00
  • 481b3e9718 Update uconsole configuration and add new modules Matt 2026-02-23 18:08:46 -05:00
  • 5528ec44e1 Changed PiMesh settings Matt 2026-02-23 18:05:05 -05:00
  • 8f90cf71b0 Reference for E22p branch Lloyd 2026-02-23 21:58:15 +00:00
  • ffcb8eacc1 Merge pull request #69 from theshaun/dev Lloyd 2026-02-23 11:14:15 +00:00
  • 311fba40d5 Delete .github/instructions/snyk_rules.instructions.md Shaun Walker 2026-02-23 20:26:46 +10:00
  • e3762fcb9b Update config.py Shaun Walker 2026-02-23 20:20:50 +10:00
  • 96caad502b Correct merge issue with_parse_int Shaun Walker 2026-02-23 09:47:56 +10:00
  • 96a5634309 Merge branch 'feat/newRadios' into dev Shaun Walker 2026-02-22 21:45:22 +10:00
  • f1a944222f Update login, path and req response types. agessaman 2026-02-21 21:19:22 -08:00
  • e9841adeff Merge upstream feat/newRadios (radios, MQTT, SPI) agessaman 2026-02-21 15:59:01 -08:00
  • e14fd3feea Refactor noise floor retrieval in RepeaterHandler to use asyncio executor agessaman 2026-02-21 08:19:00 -08:00
  • 65164fffb7 Improve retransmission logic and duty cycle handling in RepeaterHandler agessaman 2026-02-17 21:32:11 -08:00
  • c2f8a2e3cd refactor: companion FrameServer and related (substantive only, no Black) agessaman 2026-02-21 15:35:47 -08:00