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
/
examples
/
kiss_modem
Age
Commit message (
Expand
)
Author
2026-02-07
simplify kiss noise floor sampling
agessaman
2026-02-07
Remove redundant locals in handleSetRadio
ViezeVingertjes
2026-02-07
Remove individual HW_RESP_* defines, use HW_RESP() macro directly
ViezeVingertjes
2026-02-07
Remove redundant send/complete/finished callbacks, use Radio interface directly
ViezeVingertjes
2026-02-07
Add toggleable per-packet signal reporting
ViezeVingertjes
2026-02-07
Use high-bit convention for hardware response codes
ViezeVingertjes
2026-02-07
Add KISS UART support
ViezeVingertjes
2026-02-07
fix(kiss_modem): improve RX delivery and noise floor sampling
agessaman
2026-02-07
Reorganise KISS protocol to close gaps.
ViezeVingertjes
2026-02-07
Add periodic noise floor calibration and AGC reset
ViezeVingertjes
2026-02-07
Rewrite KISS modem to be fully spec-compliant
ViezeVingertjes
2026-02-05
Clean up comments on kiss noise floor changes.
Adam Gessaman
2026-02-03
fix(kiss): periodic noise floor calibration and AGC reset
agessaman
2026-02-02
Remove sync word handling from KissModem.
ViezeVingertjes
2026-01-31
Refactor KissModem to integrate radio and sensor management directly, removin...
ViezeVingertjes
2026-01-31
Add new commands and responses for RSSI, channel status, airtime, noise floor...
ViezeVingertjes
2026-01-31
Add KISS Modem firmware
ViezeVingertjes