Commit Graph

  • 9bcb9c5877 disconnect client before returning None Florent 2025-10-27 16:09:44 +01:00
  • 3c34c6b34e deal with bad established ble cx Florent 2025-10-27 14:45:48 +01:00
  • 3f8c9658a1 remove anim in get contacts Florent 2025-10-23 21:32:09 +02:00
  • 7cb4760945 display correct number of dots when fetching contacts Florent 2025-10-23 08:24:46 +02:00
  • caabf6dfd9 were missing contacts event Florent 2025-10-22 23:48:25 +02:00
  • d619423078 timeout for each contact in get_contacts Florent de Lamotte 2025-10-22 10:21:07 +02:00
  • 8f0be09f9a revert ensure_contacts and increase timeout in get_contacts Florent 2025-10-20 16:30:07 +02:00
  • ec4a62c9ef ensure_contacts now wait for contacts to be there before continuing. Florent 2025-10-19 19:12:05 +02:00
  • 780a716cd1 ver bump Florent 2025-10-13 12:36:14 +02:00
  • 00a32a0255 Merge pull request #29 from agessaman/feature/private-key-export fdlamotte 2025-10-13 12:35:23 +02:00
  • bc68af6805 removed example from the README agessaman 2025-10-12 18:31:44 -07:00
  • e0f71482c6 Add private key export support agessaman 2025-10-12 18:23:32 -07:00
  • c697c960a6 ver Florent 2025-10-03 12:31:48 +02:00
  • ff09da49ba Merge pull request #28 from alex-vg/main fdlamotte 2025-09-28 20:40:24 +02:00
  • 29003b94dc Implement BLE PIN pairing support for enhanced security Copilot 2025-09-24 00:21:30 +02:00
  • 60e065b5f6 add min_timeout for some lora commands Florent 2025-09-17 22:01:30 +02:00
  • 4829680435 use tag instead of pubke_prefix fo req_acl Florent 2025-09-15 20:59:42 +02:00
  • 83a0e2938f auto channels support Florent de Lamotte 2025-09-15 16:40:55 +02:00
  • 7034e1da3b Merge pull request #27 from meshcore-dev/export-binary-req-type fdlamotte 2025-09-08 10:23:09 +02:00
  • 8abe7c5ed8 Export binary req type export-binary-req-type Alex Wolden 2025-09-07 12:28:26 -07:00
  • d65c04a7b3 Merge pull request #26 from meshcore-dev/fdlamotte/send_msg_reliable fdlamotte 2025-09-06 17:47:55 +02:00
  • baecf71fe4 example for using send_msg_with_retry fdlamotte/send_msg_reliable Florent 2025-09-06 16:05:27 +02:00
  • 00e56c0d15 now works when contacts have not been retreived Florent 2025-09-06 15:01:45 +02:00
  • b644bd12d9 use dstType instead of contact Florent 2025-09-05 23:36:02 +02:00
  • 0664522deb change version Florent de Lamotte 2025-09-05 13:49:26 +02:00
  • 292195473d impl of send_msg_reliable Florent de Lamotte 2025-09-05 10:38:20 +02:00
  • 0c40cf917e explicit _sync calls for binary, deprecating old ones with an error (non blocking) Florent de Lamotte 2025-09-05 10:08:46 +02:00
  • 5c01a4390c Merge pull request #25 from meshcore-dev/awolden/add-binary-handling-to-reader fdlamotte 2025-09-05 07:40:30 +02:00
  • ccb1d6eb9e Revert "Refactor command system to be queue based" awolden/add-binary-handling-to-reader Alex Wolden 2025-08-29 11:57:22 -07:00
  • 9aeffb41a1 Move binary process to reader for consistent eventing Alex Wolden 2025-08-29 11:54:21 -07:00
  • 28957a4b60 Refactor command system to be queue based Alex Wolden 2025-08-21 19:08:57 -07:00
  • 2b6a4b267b add req_binary Florent 2025-08-29 20:10:15 +02:00
  • b876fbe265 Merge pull request #22 from meshcore-dev/awolden/add-pubkey-telemetry fdlamotte 2025-08-28 23:01:24 +02:00
  • 7e74c02a00 Add the pubkey prefix as a filterable attribute in the reader awolden/add-pubkey-telemetry Alex Wolden 2025-08-28 13:08:35 -07:00
  • 5175dcff22 Add the pubkey prefix as a filterable attribute in the reader awolden/add-pubkey-prefix-telemetry-response Alex Wolden 2025-08-28 13:06:29 -07:00
  • fa1790cc8c Merge pull request #21 from kyriazis/gk/fix-bleak-client fdlamotte 2025-08-28 06:35:10 +02:00
  • c42cc910e4 Correctly use client in BLEConnection George Kyriazis 2025-08-27 22:58:48 -05:00
  • 5f7b179b89 ver bump Florent 2025-08-27 21:53:50 +02:00
  • bb2b75e42e Add command queue to command system awolden/command-queue Alex Wolden 2025-08-21 19:32:47 -07:00
  • b0dd9d1123 Refactor command system to be queue based Alex Wolden 2025-08-21 19:08:57 -07:00
  • e92eb273d8 Merge pull request #20 from cheetahdotcat/main fdlamotte 2025-08-19 12:40:19 +02:00
  • bc9a04b296 updated ble_t1000 connection Florent 2025-08-19 11:52:14 +02:00
  • 5ed4e07c86 fixed reader.py missing byteorder cheetah 2025-08-19 11:27:28 +02:00
  • 565597e437 ver Florent 2025-08-08 14:19:09 +02:00
  • 4bf5f425ec don't connect if already connected Florent 2025-08-08 14:18:42 +02:00
  • 932a491986 remove the use of set_disconnected_callback Florent 2025-08-07 19:23:06 +02:00
  • 047f33f9e9 restore cx parameters upon disconnect (client and device) Florent 2025-08-06 22:40:25 +02:00
  • 790f25498c add safeguard for other kind of addresses Florent 2025-08-06 20:08:42 +02:00
  • 336f2f3d68 let the user pass a device when creating ble_cx Florent 2025-08-06 11:49:24 +02:00
  • aade4f6414 pushed ver to 2.1 to reflect refactor Florent 2025-08-06 10:59:47 +02:00
  • 2fac1e0cf0 Merge pull request #16 from ventz/feature/refactor fdlamotte 2025-08-06 10:56:45 +02:00
  • 4ce3a6fd9a Merge branch 'main' into feature/refactor fdlamotte 2025-08-06 10:56:24 +02:00
  • dd4c96a784 Merge pull request #17 from fdlamotte/awolden/timing-and-event-fixes fdlamotte 2025-08-06 08:41:03 +02:00
  • 43e2cfc724 timing and test fixes awolden/timing-and-event-fixes Alex Wolden 2025-08-05 23:05:19 -07:00
  • 1ead55b5b5 Update serial cx to more smartly await for connection Alex Wolden 2025-08-05 20:45:32 -07:00
  • f9f7b11f46 Fix event loop deadlock issue Alex Wolden 2025-08-05 20:39:22 -07:00
  • 968e42c6c8 Add testing workflow Alex Wolden 2025-08-05 13:21:20 -07:00
  • 1674274929 Merge pull request #15 from ventz/main Alex Wolden 2025-08-05 13:04:26 -07:00
  • f4d3be1360 Fix: Improved BLE Connection Logic on macOS Ventz Petkov 2025-08-05 15:52:44 -04:00
  • 36727f4ea3 feat: Refactor binary commands and apply BLE fixes Ventz Petkov 2025-08-05 15:31:54 -04:00
  • c19fd166f8 Fix: Improved BLE Connection Logic on macOS Ventz Petkov 2025-08-05 07:50:59 -04:00
  • 999bf2ec8b v2.0.4 Florent 2025-08-02 09:26:36 +02:00
  • 6cd7da6c2a Merge pull request #14 from Cisien/cisien/add-rx-airtime fdlamotte 2025-08-02 08:28:08 +02:00
  • 288c00b645 Add support for reading the rx airtime field Chris 2025-08-01 18:02:59 -07:00
  • 206321bd6b discover_path Florent 2025-07-31 22:10:03 +02:00
  • fbb6e74b15 ver bump Florent 2025-07-28 13:28:57 +02:00
  • 411a199e1b default timeout for get_msg Florent 2025-07-28 13:28:35 +02:00
  • 69726d2690 specify encoding in decode and ignore errors Florent 2025-07-21 19:24:08 +02:00
  • 3b34d0d2c6 v2.0.0 v2.0.0 Florent 2025-07-19 10:16:34 +02:00
  • 7920180137 enable error_only logging Florent de Lamotte 2025-07-18 14:16:56 +02:00
  • 00cc5468d5 auto update contacts property Florent 2025-07-17 08:01:44 +02:00
  • 665dea3648 use lastmod to speedup contact updates Florent de Lamotte 2025-07-16 22:57:51 +02:00
  • 742c498a14 change override_timeout to timeout Florent de Lamotte 2025-07-16 17:14:17 +02:00
  • 837ff3af89 override timeout for contact Florent de Lamotte 2025-07-16 16:57:04 +02:00
  • 9d64ff8278 req_acl Florent 2025-07-16 10:49:44 +02:00
  • f190b60426 formating lpp Florent 2025-07-15 18:03:01 +02:00
  • 44671259b5 getting amm from sensors Florent 2025-07-15 16:47:41 +02:00
  • de00634c26 create binary_commands to handle binary data in req_binary Florent 2025-07-15 13:39:19 +02:00
  • cb6379e4c5 implement binary requests Florent 2025-07-15 10:34:38 +02:00
  • a4f6114870 some changes on managing pending contacts Florent 2025-07-13 16:07:36 +02:00
  • 460196a754 manual add contacts contact_mgmt Florent de Lamotte 2025-07-11 16:58:49 +02:00
  • f4a4c5cfd0 adding an optional parameter to ensure_contact Florent 2025-07-11 12:18:54 +02:00
  • d7de28d7f9 add pending_contacts_list and track adverts and path changes Florent 2025-07-11 10:04:21 +02:00
  • f534b1898b trailing space Florent 2025-07-11 09:19:04 +02:00
  • 0e54a624f1 support manual add contact Florent 2025-07-11 09:17:52 +02:00
  • 29ce8ec6d6 default value for self.reader in serial_cx Florent 2025-07-10 17:58:19 +02:00
  • d4278b8afa deal with serial_cx issues Florent 2025-07-10 17:24:01 +02:00
  • 190fde8a45 change serial setup timeout delay Florent 2025-07-10 12:34:27 +02:00
  • 21cbed070a support adv loc policy Florent 2025-07-09 17:13:40 +02:00
  • 752f04d4ec push ver Florent 2025-07-01 16:06:05 +02:00
  • 2f92556c74 ver bump awolden/connection-manager Florent 2025-07-01 09:16:28 +02:00
  • f367d8c0fa Merge pull request #10 from fdlamotte/awolden/connection-manager fdlamotte 2025-07-01 09:15:58 +02:00
  • dabc3437dd Add better connection management Alex Wolden 2025-06-30 15:50:59 -07:00
  • 73e896737a add fs stats in get_batt Florent 2025-06-27 11:02:29 +02:00
  • 5be498145a including public_key in PUSH_ADVERT and PUSH_PATH_UPDATE Florent 2025-06-14 17:49:11 +02:00
  • ac76e4f374 Merge pull request #8 from fdlamotte/awolden/add-noise-floor fdlamotte 2025-06-13 22:29:59 +02:00
  • dc5c9f6c96 Add noise floor to repeater status response awolden/add-noise-floor Alex Wolden 2025-06-13 11:24:18 -07:00
  • 98c2525406 self_telemetry Florent 2025-06-02 14:37:28 +02:00
  • b03a9a50bd Merge pull request #7 from fdlamotte/awolden/create-channel fdlamotte 2025-06-02 10:32:54 +02:00
  • cca0ca90e9 Add channel commands and fix a lint error awolden/create-channel Alex Wolden 2025-06-01 20:30:19 -07:00