Commit Graph
100 Commits
Author SHA1 Message Date
Florent cda44ae0a0 and if error message does not exist yet 2026-03-07 21:13:30 -04:00
Florent 0d043bc094 fix 2026-03-07 21:05:55 -04:00
Florent fe2239a8c6 add code_string to error event 2026-03-07 21:05:00 -04:00
Florent 462c4311d3 implement advert_path 2026-03-07 17:42:41 -04:00
Florent 0769afa475 v2.2.25 2026-03-07 07:04:16 -04:00
fdlamotteandGitHub 0c00118624 Merge pull request #64 from f3sty/64
f-string nested double quote fix
2026-03-07 06:45:49 -04:00
Florent 0bfa8003d5 remove some debug printfs 2026-03-06 11:11:54 -04:00
Florent 8087fe643b v2.2.23 2026-03-06 10:40:37 -04:00
Florent c378319252 some work on multibytes 2026-03-06 10:40:14 -04:00
Florent f57cb66277 fix silly bug 2026-03-06 08:27:26 -04:00
Florent 1560f240e7 v2.2.21 2026-03-05 21:33:34 -04:00
Florent 563cbfbade complet channel log rx and use timestamp to calculate hashes 2026-03-05 21:32:24 -04:00
Florent c9bc4193cd v2.2.20 2026-03-05 15:38:39 -04:00
Florent a83956ec1f some optimizations 2026-03-05 15:37:54 -04:00
Florent 322736024a fix 2026-03-05 14:53:43 -04:00
Florent 601dfabe15 v2.2.18 2026-03-05 14:43:42 -04:00
Florent 91be955044 error when msg_hash was not here 2026-03-05 14:41:19 -04:00
Florent 9f66885594 verify if channels has hashes ... 2026-03-05 13:56:29 -04:00
Florent af9f90b5bd example to show how to get chan messages with path 2026-03-05 12:35:56 -04:00
Florent 3d47d6d8b2 if possible, add path and rssi to channel messages 2026-03-05 11:50:41 -04:00
Florent b1abb8e4d3 extract some info from log_rx 2026-03-05 09:32:19 -04:00
Florent 3716ebf77e handle multibytes in path discovery 2026-02-27 08:59:17 -04:00
Florent f2def83f30 fix path len issue when getting contacts 2026-02-27 08:33:27 -04:00
Florent ee75ed12dd add get_path_hash_mode 2026-02-27 07:01:20 -04:00
Florent dd6d6350d9 multibyte trace support 2026-02-26 22:51:52 -04:00
Florent 32907bb5c1 handle path_hash_size in change_path 2026-02-26 16:48:23 -04:00
Florent 26730d1efa support path_hash_mode 2026-02-26 14:24:02 -04:00
Florent 03c05d77a2 v2.2.14 2026-02-21 07:31:19 -04:00
fdlamotteandGitHub 2c259b9743 Merge pull request #60 from agessaman/fix-sync-callbacks
Fix: Sync callbacks called inline in `_process_events` to eliminate `no_event_received` race
2026-02-21 07:30:25 -04:00
Florent 3f56190423 Revert PR 45 2026-02-18 06:50:44 -04:00
Florent e51838177f fix lpp values for voltage and current as signed 2026-02-17 08:52:56 -04:00
Florent ec91a123ee version bump 2026-02-16 14:11:02 -04:00
Florent 6254440a2f disconnect as soon as we have no response to appstart 2026-02-16 14:09:14 -04:00
Florent 38f3656c24 v2.2.10 2026-02-15 07:37:46 -04:00
Florent 174665fd89 document get_allowed_repeat_freq 2026-02-14 16:01:25 -04:00
Florent 8c33c09ac1 handle repeat mode 2026-02-14 15:36:17 -04:00
Florent d254c8e6ff update timeout 2026-02-14 14:34:01 -04:00
Florent 9100a979dc some packet types were commands vim packets.py ! 2026-02-14 09:50:36 -04:00
Florent 03a2a7c64e get/set repeat mode 2026-02-14 09:39:07 -04:00
Florent b8294cfb2f change frame reader for TCP 2026-02-12 21:19:11 -04:00
Florent 0e5d0dec2e rewrote serial frame parser 2026-02-12 11:30:44 -04:00
Florent eec63e4b3b v2.2.8 with corrected send 2026-02-10 09:03:22 -04:00
fdlamotteandGitHub 091baed9f7 Merge pull request #52 from pe1hvh/fix/event-race-condition
fix: subscribe before send to prevent event race condition
2026-02-10 09:01:55 -04:00
fdlamotteandGitHub a124648885 Merge pull request #53 from samm-git/patch-1
Add optional bleak package import handling
2026-02-10 08:42:07 -04:00
Florent debe6b8770 v2.2.7 2026-02-03 15:19:51 -04:00
Florent b11a54eaf9 use contact path for anon requests, defaults to 0 hop 2026-02-03 15:19:21 -04:00
Florent ce6d14d618 disambiguate between anon and binary 2026-02-02 17:04:42 -04:00
Florent d57162375a autoadd_config 2026-02-02 13:18:44 -04:00
Florent 3b46986dfa implemented anon binary requests 2026-02-02 11:55:18 -04:00
Florent ac82eeb905 hashtag is not mandatory anymore in scope names 2026-02-01 09:25:44 -04:00
fdlamotteandGitHub a2d8b3e059 Merge pull request #48 from agessaman/add-recv-errors
add support for recv_errors in STATUS_PACKETS response
2026-01-30 10:48:11 -04:00
Florent 58615ae1f9 fixed doc for send_chan_msg 2026-01-19 08:48:44 -04:00
fdlamotteandGitHub d2c23b3e2c Merge pull request #44 from prabathbr/main
Added a bot example : Bushfire warnings from RSS feed to MeshCore channel
2026-01-12 12:50:18 +01:00
fdlamotteandGitHub 02a38fc68b Merge pull request #45 from michielappelman/main
Support for pull-based advert requests and responses.
2026-01-12 12:49:59 +01:00
fdlamotteandGitHub 01e3f21992 Merge pull request #43 from jkingsman/add-typing-to-send-chan
Add typing to send_chan_message with test
2025-12-25 16:37:39 +01:00
fdlamotteandGitHub 8613672b39 Merge pull request #42 from jkingsman/update-docs
Update README with some missing commands
2025-12-25 16:35:45 +01:00
Florent de Lamotte fa330a5a12 migrate to pyserial-asyncio-fast 2025-12-19 10:57:21 +01:00
Florent 8067f725fb v2.2.4 2025-12-16 18:01:58 +01:00
fdlamotteandGitHub df6c997445 Merge pull request #37 from prabathbr/main
Added more examples, a ping bot and Ollama to Meshcore gateway
2025-12-16 18:00:09 +01:00
fdlamotteandGitHub 3e70d009bc Merge pull request #39 from agessaman/dev
Implement on-device signing
2025-12-16 17:59:35 +01:00
Florent 6579efe6b4 import_private_key 2025-12-07 17:41:37 +01:00
Florent 01661a9654 v2.2.2 2025-11-25 07:42:00 +01:00
fdlamotteandGitHub f7439ceac7 Merge pull request #35 from agessaman/main
Stats PacketType Cleanup
2025-11-25 07:35:17 +01:00
fdlamotteandGitHub 3220c4196d Merge pull request #34 from agessaman/main
Companion Nodes Stats
2025-11-24 10:38:04 +01:00
Florent de Lamotte 5571fef670 try to get a 32 bytes key in send_msg_with_retry 2025-11-20 08:15:07 +01:00
Florent 1de435e46d fix issue with reset_path when sending to an hex prefix 2025-11-19 08:57:00 +01:00
Florent de Lamotte 6b24bb7c7f check key size in _validate_destination 2025-11-18 11:27:59 +01:00
Florent 26b8f2b340 reader: return and warns if packet is empty 2025-11-16 17:22:26 +01:00
Florent 2ccc121bd8 byteorder is now mandatory in to_bytes vim pyproject.toml ! 2025-11-15 18:27:23 +01:00
fdlamotteandGitHub fd67639966 Update pyproject.toml to v2.2.0 2025-11-13 20:40:28 +01:00
Florent 307e517f5e req_neighbours 2025-11-09 16:51:54 +01:00
Florent dea2f74eae fix snr values for incoming msgs 2025-11-08 08:17:34 +01:00
Florent de Lamotte a61616297e support only_prefix flag on discover node 2025-11-07 12:59:16 +01:00
Florent d3c9c8d984 control codes support: node_discover_req 2025-11-07 09:59:40 +01:00
Florent de Lamotte 057051c8c3 take into account * scope 2025-11-06 11:56:22 +01:00
Florent de Lamotte 5a5f97322d Initial support for transport codes : set_flood_scope 2025-11-05 16:32:08 +01:00
Florent de Lamotte 97a53ec32b most packets are now read using BytesIO 2025-11-05 13:37:38 +01:00
Florent de Lamotte b8885e3015 starting rewriting of reader using io.BytesIO instead of fixed indexes 2025-11-05 13:11:48 +01:00
Florent de Lamotte 9b6c799d04 mutli_ack -> multi_acks 2025-10-30 11:08:20 +01:00
Florent de Lamotte 3ad3be82e7 support multiple_acks 2025-10-30 10:59:08 +01:00
Florent 4712415a71 ver bump 2025-10-27 16:26:07 +01:00
Florent 9bcb9c5877 disconnect client before returning None 2025-10-27 16:09:44 +01:00
Florent 3c34c6b34e deal with bad established ble cx 2025-10-27 14:45:48 +01:00
Florent 3f8c9658a1 remove anim in get contacts 2025-10-23 21:32:09 +02:00
Florent 7cb4760945 display correct number of dots when fetching contacts 2025-10-23 08:24:46 +02:00
Florent caabf6dfd9 were missing contacts event 2025-10-22 23:48:25 +02:00
Florent de Lamotte d619423078 timeout for each contact in get_contacts 2025-10-22 10:21:07 +02:00
Florent 8f0be09f9a revert ensure_contacts and increase timeout in get_contacts 2025-10-20 16:30:07 +02:00
Florent ec4a62c9ef ensure_contacts now wait for contacts to be there before continuing. 2025-10-19 19:12:05 +02:00
Florent 780a716cd1 ver bump 2025-10-13 12:36:14 +02:00
fdlamotteandGitHub 00a32a0255 Merge pull request #29 from agessaman/feature/private-key-export
Feature/private key export
2025-10-13 12:35:23 +02:00
Florent c697c960a6 ver 2025-10-03 12:31:48 +02:00
fdlamotteandGitHub ff09da49ba Merge pull request #28 from alex-vg/main
Implement BLE PIN pairing support for enhanced security
2025-09-28 20:40:24 +02:00
Florent 60e065b5f6 add min_timeout for some lora commands 2025-09-17 22:01:30 +02:00
Florent 4829680435 use tag instead of pubke_prefix fo req_acl 2025-09-15 20:59:42 +02:00
Florent de Lamotte 83a0e2938f auto channels support 2025-09-15 16:40:55 +02:00
fdlamotteandGitHub 7034e1da3b Merge pull request #27 from meshcore-dev/export-binary-req-type
Export BinaryReqType
2025-09-08 10:23:09 +02:00
fdlamotteandGitHub d65c04a7b3 Merge pull request #26 from meshcore-dev/fdlamotte/send_msg_reliable
quick sketch of send_msg_reliable
2025-09-06 17:47:55 +02:00
Florent baecf71fe4 example for using send_msg_with_retry 2025-09-06 16:05:27 +02:00
Florent 00e56c0d15 now works when contacts have not been retreived 2025-09-06 15:01:45 +02:00