This website requires JavaScript.
Explore
Help
Sign In
dandri
/
HaloKeymind
Watch
1
Star
0
Fork
0
mirror of
https://github.com/mikecarper/MeshCore.git
synced
2026-07-28 11:49:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab6685a1a765b28acd0fec97a4ee48d5d9b796e8
HaloKeymind
/
src
T
History
agessaman
ab6685a1a7
Update MQTTBridge to optimize memory management by replacing dynamic JSON document allocations with inline StaticJsonDocument instances. Adjust authentication token handling to use inline buffers, reducing heap fragmentation. Modify PSRAM allocation logic for raw data and JSON buffers to enhance performance on PSRAM-enabled boards. Update related comments for clarity.
2026-04-16 07:56:45 -07:00
..
certs
Update MQTTBridge to optimize memory management by replacing dynamic JSON document allocations with inline StaticJsonDocument instances. Adjust authentication token handling to use inline buffers, reducing heap fragmentation. Modify PSRAM allocation logic for raw data and JSON buffers to enhance performance on PSRAM-enabled boards. Update related comments for clarity.
2026-04-16 07:56:45 -07:00
helpers
Update MQTTBridge to optimize memory management by replacing dynamic JSON document allocations with inline StaticJsonDocument instances. Adjust authentication token handling to use inline buffers, reducing heap fragmentation. Modify PSRAM allocation logic for raw data and JSON buffers to enhance performance on PSRAM-enabled boards. Update related comments for clarity.
2026-04-16 07:56:45 -07:00
Dispatcher.cpp
Enhance radio watchdog functionality in Dispatcher to prevent false alarms in quiet mesh environments. Introduce a composite timestamp for radio activity, incorporating last RX, ISR events, and successful TX. Update related methods in Dispatcher and RadioLibWrapper to track radio activity accurately. This improves radio management and troubleshooting capabilities.
2026-04-14 16:16:49 -07:00
Dispatcher.h
Enhance radio watchdog functionality in Dispatcher to prevent false alarms in quiet mesh environments. Introduce a composite timestamp for radio activity, incorporating last RX, ISR events, and successful TX. Update related methods in Dispatcher and RadioLibWrapper to track radio activity accurately. This improves radio management and troubleshooting capabilities.
2026-04-14 16:16:49 -07:00
Identity.cpp
allow set prv.key from remote, validate new prv.key
2026-01-25 01:32:48 +11:00
Identity.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
2026-02-21 19:35:51 +11:00
Mesh.cpp
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
2026-02-21 19:35:51 +11:00
Mesh.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
2026-02-21 19:35:51 +11:00
MeshCore.h
Merge remote-tracking branch 'origin/dev' into mqtt-bridge-implementation-flex
2026-03-28 08:37:42 -07:00
Packet.cpp
Refactor Packet handling in MQTTMessageBuilder to support multibyte paths. Update path length handling in Packet::writeTo and Packet::readFrom methods, ensuring correct byte length calculations. Modify path string formatting in MQTTMessageBuilder for improved clarity on path details.
2026-02-25 22:01:44 -08:00
Packet.h
fix: Widen grp data type
2026-03-19 09:25:42 +01:00
Utils.cpp
* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares
2025-02-03 13:56:57 +11:00
Utils.h
* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares
2025-02-03 13:56:57 +11:00