firmware/src/mesh
Clive Blackledge 777e11bad9
Some checks are pending
CI / setup (check) (push) Waiting to run
CI / setup (esp32) (push) Waiting to run
CI / setup (esp32c3) (push) Waiting to run
CI / setup (esp32c6) (push) Waiting to run
CI / setup (esp32s3) (push) Waiting to run
CI / setup (nrf52840) (push) Waiting to run
CI / setup (rp2040) (push) Waiting to run
CI / setup (rp2350) (push) Waiting to run
CI / setup (stm32) (push) Waiting to run
CI / version (push) Waiting to run
CI / check (push) Blocked by required conditions
CI / build-esp32 (push) Blocked by required conditions
CI / build-esp32s3 (push) Blocked by required conditions
CI / build-esp32c3 (push) Blocked by required conditions
Bug / Send upgraded (duplicate) packets to phone if the queue removal failed. (#8148)
* Add seenRecently = true if wasUpgraded is true but unable to remove from queue (i.e. already sent/processed).

* Consistent comment between FloodingRouter and HopRouter
2025-09-28 16:42:51 -05:00
..
api Mark meshPackets based on which interface received. (#7589) 2025-08-11 21:47:04 -05:00
compression chore: update unishox2.h (#6092) 2025-02-19 12:58:41 +01:00
eth
generated Update protobufs (#8142) 2025-09-28 07:35:56 -05:00
http move HTTP contentTypes to Flash - saves 768 Bytes of RAM (#8055) 2025-09-20 12:16:42 -05:00
raspihttp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
udp Feature: Seamless Cross-Preset Communication via UDP Multicast Bridging (#7753) 2025-09-18 20:37:05 -05:00
wifi
aes-ccm.cpp
aes-ccm.h
Channels.cpp Use lora.use_preset config to get name (#8057) 2025-09-20 12:17:49 -05:00
Channels.h Feature: Seamless Cross-Preset Communication via UDP Multicast Bridging (#7753) 2025-09-18 20:37:05 -05:00
CryptoEngine.cpp
CryptoEngine.h
Default.cpp
Default.h
FloodingRouter.cpp Bug / Send upgraded (duplicate) packets to phone if the queue removal failed. (#8148) 2025-09-28 16:42:51 -05:00
FloodingRouter.h Merge pull request #7873 from compumike/compumike/client-base-role 2025-09-18 20:40:39 -05:00
InterfacesTemplates.cpp
LLCC68Interface.cpp
LLCC68Interface.h
LR11x0Interface.cpp Fix 2.4GHz reconfiguration on LR11xx (#8102) 2025-09-25 04:50:56 -05:00
LR11x0Interface.h
LR1110Interface.cpp
LR1110Interface.h
LR1120Interface.cpp
LR1120Interface.h
LR1121Interface.cpp
LR1121Interface.h
MemoryPool.h Static memory pool allocation (#7966) 2025-09-13 07:01:07 -05:00
mesh-pb-constants.cpp
mesh-pb-constants.h Fix DRAM overflow on old esp32 targets 2025-09-13 20:14:10 -05:00
MeshModule.cpp Cleanup 2025-09-11 18:57:30 -05:00
MeshModule.h Fix freetext hang (#7781) 2025-08-29 12:09:22 -05:00
MeshPacketQueue.cpp If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
MeshPacketQueue.h If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
MeshRadio.h
MeshService.cpp If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
MeshService.h If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
MeshTypes.h
NextHopRouter.cpp Bug / Send upgraded (duplicate) packets to phone if the queue removal failed. (#8148) 2025-09-28 16:42:51 -05:00
NextHopRouter.h Merge pull request #7873 from compumike/compumike/client-base-role 2025-09-18 20:40:39 -05:00
NodeDB.cpp Remove memcpy (#8079) 2025-09-27 08:33:07 -05:00
NodeDB.h Merge pull request #7873 from compumike/compumike/client-base-role 2025-09-18 20:40:39 -05:00
PacketHistory.cpp Merge branch 'develop' into assymRelay 2025-09-25 20:01:35 +02:00
PacketHistory.h Merge branch 'develop' into assymRelay 2025-09-25 20:01:35 +02:00
PhoneAPI.cpp Try-fix: Unstick that PhoneAPI state (#8091) 2025-09-22 21:46:35 -05:00
PhoneAPI.h Revert "Fix excluded modules configuration handling (#7838)" 2025-09-19 07:29:54 -05:00
PointerQueue.h
ProtobufModule.cpp
ProtobufModule.h
RadioInterface.cpp Merge pull request #7873 from compumike/compumike/client-base-role 2025-09-18 20:40:39 -05:00
RadioInterface.h If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
RadioLibInterface.cpp If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
RadioLibInterface.h If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
RadioLibRF95.cpp
RadioLibRF95.h
ReliableRouter.cpp Make sure to ACK ACKs/replies if next-hop routing is used (#8052) 2025-09-20 06:37:40 -05:00
ReliableRouter.h
RF95Interface.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
RF95Interface.h
Router.cpp Fix int comparison and client_base base should really not be on this list 2025-09-27 08:32:43 -05:00
Router.h If a packet is heard multiple times, rebroadcast using the highest hop limit (#5534) 2025-09-25 05:44:49 -05:00
SinglePortModule.h
StaticPointerQueue.h Make phone queues use a static pointer queue (#7919) 2025-09-09 08:21:46 -05:00
STM32WLE5JCInterface.cpp Add RF switch settings for STM32WL variants (#7813) 2025-09-04 06:38:05 -05:00
STM32WLE5JCInterface.h Add RF switch settings for STM32WL variants (#7813) 2025-09-04 06:38:05 -05:00
StreamAPI.cpp Chainsaw took too much off the top 2025-08-27 09:54:39 -05:00
StreamAPI.h Fix formatting and trunk issues 2025-09-19 08:37:58 -05:00
SX126xInterface.cpp Add heltec_v4 board. (#7845) 2025-09-21 07:13:28 -05:00
SX126xInterface.h Add heltec_v4 board. (#7845) 2025-09-21 07:13:28 -05:00
SX128xInterface.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
SX128xInterface.h
SX1262Interface.cpp
SX1262Interface.h
SX1268Interface.cpp
SX1268Interface.h
SX1280Interface.cpp
SX1280Interface.h
Throttle.cpp
Throttle.h
TypeConversions.cpp
TypeConversions.h
TypedQueue.h