index
:
MeshCore
smart
A new lightweight, hybrid routing mesh protocol for packet radios
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Packet.cpp
Age
Commit message (
Collapse
)
Author
2026-04-14
Fixing bugs related to 16-bit int on AVR
David Barksdale
2026-02-26
* bug fix: Packet::writeTo(), Packet::readFrom()
Scott Powell
2026-02-25
* Packet::copyPath() fix
Scott Powell
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-04-26
* Packet::readFrom() payload_len guard
Scott Powell
2025-04-11
minor refactor
Scott Powell
2025-04-11
* added Packet::getRawLength() helper
Scott Powell
2025-04-11
* Packet::header, new: ROUTE_TYPE_TRANS_FLOOD, ROUTE_TYPE_TRANS_DIRECT
Scott Powell
* Packet wire format change: (optional) extra 4 bytes for two trans_codes
2025-03-17
* workaround for TRACE packets so they can follow a return path
Scott Powell
2025-03-17
* redesigned TRACE packet structure
Scott Powell
2025-02-17
* new Packet type: PAYLOAD_TYPE_TRACE
Scott Powell
2025-01-30
* new Packet::writeTo(), readFrom() methods. (for saving snapshots of packets)
Scott Powell
2025-01-13
Initial commit
Scott Powell