firmware/src/mesh
Ben Meadors a902776e57
Try-fix ESP32 wifi disconnects (#6363)
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2025-03-29 07:18:03 -05:00
..
api new device: Lilygo T-Eth-Elite (#6321) 2025-03-15 14:15:35 +01:00
compression chore: update unishox2.h (#6092) 2025-02-19 12:58:41 +01:00
eth Establish MQTT connection only from MQTT::runOnce (#6057) 2025-02-14 20:32:41 -06:00
generated [create-pull-request] automated change (#6365) 2025-03-21 14:28:23 +01:00
http new device: Lilygo T-Eth-Elite (#6321) 2025-03-15 14:15:35 +01:00
raspihttp Portduino: Set Web SSL Cert / Key paths from yaml (#5961) 2025-02-01 16:58:58 +08:00
udp linux-native: allow multiple processes to all bind to the same multicast 2tuple (#6391) 2025-03-24 19:30:47 -05:00
wifi Try-fix ESP32 wifi disconnects (#6363) 2025-03-29 07:18:03 -05:00
aes-ccm.cpp Fix issue #5665. (#5678) 2024-12-27 16:12:26 +01:00
aes-ccm.h
Channels.cpp Fix USERPREFS_EVENT_MODE compile error (#6408) 2025-03-28 06:31:24 -05:00
Channels.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
CryptoEngine.cpp Remove unnecessary null pointer check (#6370) 2025-03-21 19:55:11 -05:00
CryptoEngine.h Remove unnecessary memcpy for PKI crypto (#5608) 2024-12-19 19:14:27 -06:00
Default.cpp Convert userprefs to a json file instead of header file which has to be included everywhere (#5471) 2024-12-03 06:17:25 -06:00
Default.h Add setting to transmit NeighborInfo over LoRa (#5286) 2024-11-09 09:38:48 +08:00
FloodingRouter.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
FloodingRouter.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
InterfacesTemplates.cpp new device: Lilygo T-Eth-Elite (#6321) 2025-03-15 14:15:35 +01:00
LLCC68Interface.cpp
LLCC68Interface.h
LR11x0Interface.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
LR11x0Interface.h
LR1110Interface.cpp
LR1110Interface.h
LR1120Interface.cpp
LR1120Interface.h
LR1121Interface.cpp
LR1121Interface.h
MemoryPool.h Refactor MQTT::onReceive to reduce if/else nesting (#5592) 2024-12-19 05:47:46 -06:00
mesh-pb-constants.cpp Cherrypick "add more locking for shared SPI devices (#5595) " (#5728) 2025-01-03 10:05:26 +08:00
mesh-pb-constants.h Increase MAX_NUM_NODES on high-flash ESP32_S3 (#6311) 2025-03-18 20:19:51 -05:00
MeshModule.cpp Space out periodic broadcasts of modules automatically (#5931) 2025-01-26 13:59:59 -06:00
MeshModule.h Space out periodic broadcasts of modules automatically (#5931) 2025-01-26 13:59:59 -06:00
MeshPacketQueue.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
MeshPacketQueue.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
MeshRadio.h
MeshService.cpp Don't use assert() in MeshService to guard queueing packets (#6388) 2025-03-24 23:26:59 +01:00
MeshService.h Cleanup 2025-03-16 08:19:46 -05:00
MeshTypes.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
NextHopRouter.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
NextHopRouter.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
NodeDB.cpp Default to UDP enabled if it's available (#6394) 2025-03-25 11:39:19 -05:00
NodeDB.h Stubbed out backup / restore methods for now and fixed bug 2025-03-17 19:24:47 -05:00
PacketHistory.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
PacketHistory.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
PhoneAPI.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
PhoneAPI.h TFT branch grab-bag (#5683) 2024-12-28 08:31:54 -06:00
PointerQueue.h
ProtobufModule.cpp
ProtobufModule.h More reduction (#5256) 2024-11-04 19:15:59 -06:00
RadioInterface.cpp Cleanup 2025-03-16 08:19:46 -05:00
RadioInterface.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
RadioLibInterface.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
RadioLibInterface.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
RadioLibRF95.cpp
RadioLibRF95.h
ReliableRouter.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
ReliableRouter.h 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
RF95Interface.cpp Portduino: Allow limiting TX Power from yaml (#5954) 2025-01-29 12:51:26 +01:00
RF95Interface.h
Router.cpp Stubbed out backup / restore methods for now and fixed bug 2025-03-17 19:24:47 -05:00
Router.h Cleanup 2025-03-16 08:19:46 -05:00
SinglePortModule.h
STM32WLE5JCInterface.cpp implement littlefs for stm32 (#5987) 2025-03-21 16:12:27 +01:00
STM32WLE5JCInterface.h Fix STM32WL TCXO setting; enable logs and modules (#6063) 2025-02-15 09:06:10 -06:00
StreamAPI.cpp
StreamAPI.h uClibc compatibility (#5270) 2024-11-07 14:23:08 +01:00
SX126xInterface.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
SX126xInterface.h fix: TCXO_OPTIONAL featuring SenseCAP Indicator (V1/V2) (#5948) 2025-01-27 14:00:12 -06:00
SX128xInterface.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
SX128xInterface.h
SX1262Interface.cpp
SX1262Interface.h
SX1268Interface.cpp
SX1268Interface.h
SX1280Interface.cpp
SX1280Interface.h
Throttle.cpp
Throttle.h
TypeConversions.cpp Add support for ignoring nodes with is_ignored field in NodeInfo (#5319) 2024-11-12 13:27:44 -06:00
TypeConversions.h
TypedQueue.h Initial commit of a fuzzer for Meshtastic (#5790) 2025-01-16 18:42:21 -06:00