Florent
|
c487efbe18
|
v2.3.8
|
2026-07-27 10:27:00 -04:00 |
|
Florent
|
c61f94bbfe
|
deal with set_flood_scope, now * means force_unscoped
|
2026-07-27 09:47:29 -04:00 |
|
 fdlamotteandGitHub
|
e1756555d6
|
Merge pull request #96 from agessaman/fix/anon-req-reply-path-encoding
Four fixes to anon requests and the BLE transport
|
2026-07-27 08:30:01 -04:00 |
|
Florent
|
5bac3573b5
|
adding funding
|
2026-06-24 08:41:28 -04:00 |
|
 fdlamotteandGitHub
|
80c3afe633
|
Merge pull request #90 from mwolter805/fix/raw-data-test-payload
test: fix send_raw_data_wrapper for the 4-byte guard and path_len framing
|
2026-06-16 12:31:11 -04:00 |
|
 fdlamotteandGitHub
|
c208839a06
|
Merge pull request #87 from mwolter805/fix/wire-format-parity-bundle
fix: decode trailing wire-format fields the reader drops (AUTOADD_CONFIG, LOGIN_SUCCESS, ACK, DEFAULT_FLOOD_SCOPE)
|
2026-06-15 14:32:33 -04:00 |
|
 fdlamotteandGitHub
|
28ee333352
|
Merge pull request #88 from mwolter805/feature/channel-data-recv
feat: add CHANNEL_DATA_RECV (RESP_CODE 27) packet type and handler
|
2026-06-14 10:47:25 -04:00 |
|
 fdlamotteandGitHub
|
febd03e00b
|
Merge pull request #86 from JohannesFriedrich/main
Sending and receiving raw_data not working as expected
|
2026-06-14 10:45:59 -04:00 |
|
Florent
|
4d0be8788a
|
v2.3.7
|
2026-04-25 17:10:29 +02:00 |
|
Florent
|
0e453f7c5d
|
implementing default_flood_scope
|
2026-04-25 17:10:00 +02:00 |
|
Florent
|
f538062546
|
small indent issue
|
2026-04-25 15:48:45 +02:00 |
|
 fdlamotteandGitHub
|
2e178e83e7
|
Merge pull request #82 from jkingsman/add-repeater-error-count
Add repeater error count delivery in telemetry
|
2026-04-25 15:23:03 +02:00 |
|
 fdlamotteandGitHub
|
ff58e1c30d
|
Merge pull request #79 from mwolter805/fix/standalone-bugs-and-cleanup
fix: remove broken req_mma, bump DEFAULT_TIMEOUT, guard TypeError, pre-register binary requests
|
2026-04-25 15:21:33 +02:00 |
|
 fdlamotteandGitHub
|
fda191d0a4
|
Merge branch 'main' into fix/standalone-bugs-and-cleanup
|
2026-04-25 15:21:16 +02:00 |
|
 fdlamotteandGitHub
|
5032f810c1
|
Merge pull request #74 from mwolter805/fix/reader-parser-crash-safety
fix: add umbrella crash protection and length guards to reader/parser dispatch
|
2026-04-25 15:18:05 +02:00 |
|
 fdlamotteandGitHub
|
b040656892
|
Merge branch 'main' into fix/reader-parser-crash-safety
|
2026-04-25 15:17:48 +02:00 |
|
 fdlamotteandGitHub
|
173bba5a82
|
Merge pull request #80 from mwolter805/fix/protocol-surface-gaps
feat: add missing protocol handlers (CONTACT_DELETED, CONTACTS_FULL, TUNING_PARAMS) and command wrappers
|
2026-04-25 15:07:43 +02:00 |
|
 fdlamotteandGitHub
|
5728463f21
|
Merge pull request #77 from mwolter805/fix/transport-symmetry
fix: symmetric disconnect signaling, serial timeout, BLE callback, oversize-frame recovery
|
2026-04-25 15:05:32 +02:00 |
|
 fdlamotteandGitHub
|
2aff27e725
|
Merge pull request #76 from mwolter805/fix/error-response-handling
fix: add EventType.ERROR to command expected_events and guard error payloads
|
2026-04-25 15:04:30 +02:00 |
|
 fdlamotteandGitHub
|
1c08569f07
|
Merge pull request #75 from mwolter805/fix/reconnect-path
fix: resolve reconnect storm — TCP Future return, missing appstart, task overwrite race
|
2026-04-25 15:02:30 +02:00 |
|
 fdlamotteandGitHub
|
df6cec1d0b
|
Merge pull request #78 from mwolter805/fix/asyncio-lifecycle
fix: track background tasks, defer Queue/Lock construction, use get_running_loop
|
2026-04-25 15:00:44 +02:00 |
|
 fdlamotteandGitHub
|
ba6dcd459e
|
Merge pull request #73 from mwolter805/fix/test-timeout-waste
test: resolve mock_dispatcher futures to drop suite runtime from ~8 min to <1s
|
2026-04-25 14:53:27 +02:00 |
|
Florent
|
ac7b035b9e
|
solve issue when login fails
|
2026-04-21 08:03:33 +02:00 |
|
Florent
|
fbf84cbdac
|
v2.3.6
|
2026-04-09 11:40:02 +02:00 |
|
 fdlamotteandGitHub
|
2d85fe465d
|
Merge pull request #70 from meshcore-dev/feature/mesh-request-lock
Add mesh request lock to serialize firmware-bound commands
|
2026-04-09 05:15:31 -04:00 |
|
Florent
|
40a70222c8
|
don't put chan_name in log_rx if we don't know it
|
2026-03-29 10:53:43 -04:00 |
|
Florent
|
be3aa103c5
|
adds more min_timeout when fetching lots of neighbours
|
2026-03-29 07:57:08 -04:00 |
|
Florent
|
fe5096eb9e
|
add hashtag to scope if absent
|
2026-03-27 20:12:15 -04:00 |
|
Florent
|
4c744888f1
|
v2.3.2
|
2026-03-22 12:51:52 -04:00 |
|
Florent
|
eca375dc8a
|
apply frame header fix to tcp as well
|
2026-03-22 12:51:01 -04:00 |
|
 fdlamotteandGitHub
|
52ad5c201c
|
Merge pull request #67 from jkingsman/respect-found-idx
Use the frame start once we've found it
|
2026-03-22 12:48:11 -04:00 |
|
Florent
|
1e33dc5c66
|
ver bump
|
2026-03-19 06:40:49 -04:00 |
|
 fdlamotteandGitHub
|
cfafaccb5b
|
Merge pull request #66 from jkingsman/fix-three-byte-path-packets
Fix bad bitmask on three byte PATH packets
|
2026-03-19 06:39:34 -04:00 |
|
Florent
|
5bfe63912c
|
set decrypt_channel_logs to False by default
|
2026-03-11 10:21:29 -04:00 |
|
Florent
|
f507e396e3
|
v2.3.0
|
2026-03-10 16:43:45 -04:00 |
|
Florent
|
3c81f67608
|
uploading missing file
|
2026-03-09 20:58:43 -04:00 |
|
Florent
|
18528f2ed3
|
make a class and module for parsing meshcore packets
|
2026-03-09 18:22:02 -04:00 |
|
Florent
|
f3fce820fc
|
fix error
|
2026-03-08 15:11:24 -04:00 |
|
Florent
|
5e4663d058
|
there is still a strange bug with path_len
|
2026-03-08 08:21:56 -04:00 |
|
Florent
|
01471c0d24
|
fix nasty bug when updating contact flags
|
2026-03-08 07:04:33 -04:00 |
|
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 |
|