aboutsummaryrefslogtreecommitdiff
path: root/src/Packet.h
AgeCommit message (Collapse)Author
2026-02-23* CommonCLI: added "get/set path.hash.mode "Scott Powell
2026-02-21* refactor of Contact/Client out_path_len (stored in files), from signed to ↵Scott Powell
unsigned byte (+2 squashed commits) Squashed commits: [f326e25] * misc [fa5152e] * new 'path mode' parsing in Dispatcher
2025-11-06* new PAYLOAD_TYPE_CONTROL (11)Scott Powell
* repeater: onControlDataRecv(), now responds to new CTL_TYPE_NODE_DISCOVER_REQ (zero hop only) * node prefs: new discovery_mod_timestamp (will be set to affect when node should respond to DISCOVERY_REQ's )
2025-06-23* new PAYLOAD_TYPE_MULTIPARTScott Powell
* experimental double ACK's (at each hop), sent 300ms apart (direct mode only)
2025-04-11minor refactorScott Powell
2025-04-11* added Packet::getRawLength() helperScott Powell
2025-04-11* Packet::header, new: ROUTE_TYPE_TRANS_FLOOD, ROUTE_TYPE_TRANS_DIRECTScott Powell
* Packet wire format change: (optional) extra 4 bytes for two trans_codes
2025-03-07* refactor Packet::_snr to single byteScott Powell
2025-03-07Merge branch 'dev' into traceScott Powell
# Conflicts: # src/Dispatcher.cpp # src/Mesh.cpp # src/helpers/BaseChatMesh.cpp
2025-02-23* new PAYLOAD_TYPE_RAW_CUSTOMScott Powell
2025-02-17* new Packet type: PAYLOAD_TYPE_TRACEScott Powell
2025-01-30* new Packet::writeTo(), readFrom() methods. (for saving snapshots of packets)Scott Powell
2025-01-22* Mesh.cpp: optimisation to not retransmit packets handled by this nodeScott Powell
* simple_repeater: now supports a remote CLI
2025-01-13Initial commitScott Powell