Scott Powell
3e76161e9c
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
...
Squashed commits:
[f326e25] * misc
[fa5152e] * new 'path mode' parsing in Dispatcher
2026-02-21 19:35:51 +11:00
taco
31ba971c60
only store advblob when adding/updating contacts
2026-02-01 00:02:30 +11:00
taco
c61fde9328
always send PUSH_CODE_NEW_ADVERT when advert was not added to contacts[]
2026-01-16 13:15:35 +11:00
taco
df6687034a
bootstrap RTC from contact.lastmod and improve slot overwrite logic
...
slot overwrite logic can now safely use contact.lastmod to find oldest contact for overwrite
2026-01-15 18:01:20 +11:00
taco
741564dd48
refactor: add populateContactFromAdvert()
2026-01-15 18:01:20 +11:00
taco
403ce1db08
contacts: granular autoadd and overwrite-oldest
2026-01-15 18:01:20 +11:00
Scott Powell
3af25495bb
* Repeater: new anon request sub-type: ANON_REQ_TYPE_REGIONS (rate limited to max 4 every 3 mins)
...
* Companion: new CMD_SEND_ANON_REQ command (reply with existing RESP_CODE_SENT frame)
2026-01-03 12:02:15 +11:00
Scott Powell
676c317f78
* refactor: on-demand getSharedSecret()
2025-12-06 19:17:45 +11:00
taco
638f41d143
calculate shared_secret on demand
2025-12-06 16:21:17 +11:00
Winston Lowe
031fa1e704
Changed uint to a uint8_t
2025-11-20 21:58:42 -08:00
Scott Powell
d9ff3a4d02
* Mesh: new sendFlood() overload with transport codes.
...
* BaseChatMesh: sendFloodScoped(), for overriding with some outbound 'scope' / TransportKey
* companion: new 'send_scope' variable.
2025-11-04 01:21:56 +11:00
Scott Powell
7755400a35
* Companion: Now using transport codes { 0, 0 } when Share contact zero hop.
...
* Repeater: onAdvertRecv(), adverts via Share now NOT added to neighbours table
2025-10-31 20:40:22 +11:00
Scott Powell
a288ac06a6
Merge branch 'dev' into reciprocal-path-retry
2025-09-16 13:03:41 +10:00
liamcottle
561dbea30f
update lastmod when a new message is received
2025-09-15 12:28:26 +12:00
Scott Powell
74dea260e5
* proposed change for re-trying reciprocal path transmit
2025-09-08 19:22:59 +10:00
Scott Powell
fcdf342db6
* Companion: experimental CMD_SEND_DISCOVERY_REQ -> PUSH_CODE_DISCOVERY_RESPONSE
2025-07-31 13:04:16 +10:00
Scott Powell
5881b04a31
* companion: optional double ACKs, new prefs.multi_acks
2025-07-16 19:25:28 +10:00
Scott Powell
c26418016b
Merge branch 'dev' into double-acks
2025-07-15 17:02:20 +10:00
Scott Powell
df33321bdc
* companion: added CMD_SEND_BINARY_REQ (50)
2025-07-14 12:25:34 +10:00
Scott Powell
b1ca3d1eb1
* new PAYLOAD_TYPE_MULTIPART
...
* experimental double ACK's (at each hop), sent 300ms apart (direct mode only)
2025-06-23 01:14:08 +10:00
Scott Powell
9df3c8c663
* companion: new 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. do Not share location in adverts)
2025-06-22 16:21:04 +10:00
Scott Powell
e6ce3c896d
* companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATH
2025-06-18 16:02:09 +10:00
Scott Powell
6e0b505a2a
* companion: refactor of all filesystem access to new DataStore module
2025-06-06 15:30:35 +10:00
Scott Powell
5d15a68d0d
* SERVER_RESPONSE_DELAY now applied to: login responses, companion telemetry responses
2025-06-04 18:10:47 +10:00
Scott Powell
75503ed52a
* Companion now can be configured with TXT_ACK_DELAY (default is 200ms)
2025-06-03 20:27:09 +10:00
Scott Powell
b11f43987b
* companion: fix for importContact(). Now removes the packet-hash from table, before 'replaying'
2025-05-16 19:57:09 +10:00
Scott Powell
26f01e0605
* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE
2025-05-03 20:08:44 +10:00
Scott Powell
99774f10ac
* new: SensorManager
...
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling.
* companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03).
* dependency: added CayenneLPP to libdeps
* all target.* modules now with a stub 'sensors' object.
2025-05-03 13:14:03 +10:00
Scott Powell
561d289ea5
Companion: new 'manual_add_contacts' pref. New PUSH_CODE_NEW_ADVERT frames
2025-04-12 21:43:30 +10:00
Scott Powell
ab8cd85d8e
* added Packet::getRawLength() helper
2025-04-11 15:12:04 +10:00
Scott Powell
30c6a0bc76
* workaround for > 3 retry attempts
2025-03-22 22:21:54 +11:00
Scott Powell
fe4fdeb236
* redesigned TRACE packet structure
2025-03-17 17:56:12 +11:00
Scott Powell
9aa2edf9ba
Merge branch 'dev' into trace
...
# Conflicts:
# examples/companion_radio/main.cpp
# src/Dispatcher.cpp
2025-03-15 15:12:50 +11:00
Scott Powell
38b9834261
* missing param
2025-03-13 13:32:46 +11:00
Scott Powell
b94fed4e4e
* companion: channel names
2025-03-11 17:58:12 +11:00
Scott Powell
8c68dbb6e9
* Companion: new CMD_GET_CHANNEL, CMD_SET_CHANNEL
2025-03-11 14:50:40 +11:00
Scott Powell
e534e1b529
* companion: FIRMWARE_VER_CODE now bumped to 3.
...
* companion: new RESP_CODE_CONTACT_MSG_RECV_V3, and _CHANNEL_MSG_RECV_V3. (now with packet SNR included)
2025-03-07 14:17:37 +11:00
Scott Powell
b03aac18c0
Merge branch 'dev' into trace
...
# Conflicts:
# src/Dispatcher.cpp
# src/Mesh.cpp
# src/helpers/BaseChatMesh.cpp
2025-03-07 12:14:26 +11:00
Scott Powell
284ac17009
* Room Server post ACK bug fix!
2025-03-06 18:16:48 +11:00
Scott Powell
72c7cebbbb
* misc
2025-03-03 19:51:45 +11:00
Scott Powell
1a4063bbe8
* companion radio: connection status now supported (Keep_alive pings, etc)
2025-03-02 20:15:13 +11:00
Scott Powell
88959b6b03
* companion radio: support for TXT_TYPE_SIGNED_PLAIN
2025-03-02 13:57:50 +11:00
Scott Powell
1209d54d2e
* various changes for CLI support via companion radio
2025-02-27 12:51:00 +11:00
Scott Powell
d880a48b85
* companion radio: new CMD_SEND_LOGIN, CMD_SEND_STATUS_REQ
2025-02-24 14:05:17 +11:00
Scott Powell
37f4ceff85
* strncpy() refactor/fix
2025-02-22 19:41:24 +11:00
Scott Powell
ba181da94a
* added RTCClock::getCurrentTimeUnique(), for when timestamps need to be unique (if temp rapid-fire)
2025-02-19 17:24:25 +11:00
Scott Powell
0db15db625
* new Packet type: PAYLOAD_TYPE_TRACE
2025-02-17 19:22:31 +11:00
Scott Powell
a2fa4caa3f
* companion radio: new CMD_EXPORT_CONTACT, CMD_IMPORT_CONTACT
2025-02-15 15:57:02 +11:00
Scott Powell
65580c76d0
* companion radio: new CMD_SHARE_CONTACT
...
* room server: push notify loop interval changed to 2 secs
2025-02-15 13:23:19 +11:00
Scott Powell
a922d0711d
* ver bumps
...
* companion radio, USB: onSendTimeout() bug fix
2025-02-14 09:35:15 +11:00