aboutsummaryrefslogtreecommitdiff
path: root/src/Dispatcher.h
AgeCommit message (Expand)Author
2026-04-14Fixing bugs related to 16-bit int on AVRDavid Barksdale
2026-03-08* Dispatcher::next_tx_time init fixScott Powell
2026-03-08Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucketripplebiz
2026-02-28Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal()Daniel Novak
2026-02-28Fix countBefore sentinel regression from millis wraparound fixDaniel Novak
2026-02-21* refactor of Contact/Client out_path_len (stored in files), from signed to u...Scott Powell
2026-01-04Implement token bucket duty cycle enforcementViezeVingertjes
2025-08-01* fix: init rx_air_time to 0Scott Powell
2025-07-30Add a counter to track rx time for repeater statsChris
2025-06-13* repeater and room server: new CLI setting "agc.reset.interval" (seconds)Scott Powell
2025-05-26* interference threshold now stored in prefs, CLI: set/get "int.thresh"Scott Powell
2025-05-25* dynamic noise floor samplingScott Powell
2025-05-24* added Radio::loop() virtual functionScott Powell
2025-05-14* Dispatcher::checkSend() bug: getOutboundCount() should only count non-futur...Scott Powell
2025-05-13* CommonCLI: added "clear stats" commandScott Powell
2025-05-13* Repeater/Room server: new diagnostics, stats.n_full_events now repurposed t...Scott Powell
2025-05-12* startSendRaw() now returns false if failScott Powell
2025-03-28* Dispatcher: now impose a max time for CAD fail (ie. channel busy), defined ...Scott Powell
2025-03-09* PUSH_CODE_LOG_RX_DATA: is now just: {snr*4},{rssi},{raw-lora-packet}Scott Powell
2025-02-27* new Dispatcher::getCADFailRetryDelay()Scott Powell
2025-02-20* Mesh/Dispatcher: MESH_DEBUG_ and MESH_PACKET_LOGGING now output date-time. ...Scott Powell
2025-02-18* SimpleMeshTables: ACKs now handled separatelyScott Powell
2025-02-18* repeater: new CLI commands: "log start", "log stop", "log erase", and "log"Scott Powell
2025-02-04* new RX delays based on SNRScott Powell
2025-01-19* Dispatcher: more stats addedScott Powell
2025-01-15* Radio:: getLastSNR(), getLastRSSI()Scott Powell
2025-01-13Initial commitScott Powell