firmware/src/mesh
github-actions[bot] 753fc78d5c [create-pull-request] automated change (#3463)
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
2024-03-24 14:33:44 +01:00
..
api update Packet classes 2024-03-05 09:20:47 +01:00
compression Fix various typos (#2607) 2023-07-14 16:25:20 -05:00
eth fix: ipv4_config byte order already little endian (#3073) 2024-01-17 18:14:44 -06:00
generated [create-pull-request] automated change (#3463) 2024-03-24 14:33:44 +01:00
http Adds configuration option to exclude the webserver on esp32. (#3369) 2024-03-21 06:34:34 -05:00
raspihttp Native Webserver (#3343) 2024-03-06 16:23:04 -06:00
sharedMem update Packet classes 2024-03-05 09:20:47 +01:00
wifi Adds configuration option to exclude the webserver on esp32. (#3369) 2024-03-21 06:34:34 -05:00
Channels.cpp Remove confusing channel suffix (#3432) 2024-03-17 08:38:49 -05:00
Channels.h Remove confusing channel suffix (#3432) 2024-03-17 08:38:49 -05:00
CryptoEngine.cpp
CryptoEngine.h
Default.cpp Extract default intervals and coalesce methods into their own file / static class methods (#3425) 2024-03-17 08:18:30 -05:00
Default.h Extract default intervals and coalesce methods into their own file / static class methods (#3425) 2024-03-17 08:18:30 -05:00
FloodingRouter.cpp Refactor MQTT: only publish on LoRa Tx if packet is from us and on Rx if not (#3245) 2024-02-21 13:00:14 -06:00
FloodingRouter.h Merge branch 'master' into neighborinfo 2023-07-17 09:21:08 -05:00
InterfacesTemplates.cpp
LLCC68Interface.cpp
LLCC68Interface.h
MemoryPool.h we don't use the static MemoryPool anywhere, ditch dead code. 2023-12-11 15:35:22 +01:00
mesh-pb-constants.cpp Fixing typo in src/mesh/mesh-pb-constants.cpp logging (#2800) 2023-09-16 15:24:59 -05:00
mesh-pb-constants.h Make MAX_NUM_NODES configurable in variant.h (#3453) 2024-03-24 14:20:03 +01:00
MeshModule.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
MeshModule.h Add original hop limit to header to determine hops used (#3321) 2024-03-08 07:13:57 -06:00
MeshPacketQueue.cpp
MeshPacketQueue.h
MeshRadio.h
MeshService.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
MeshService.h SimRadio: send queue status to phone (#3041) 2023-12-27 08:16:04 -06:00
MeshTypes.h Fix various typos (#2607) 2023-07-14 16:25:20 -05:00
NodeDB.cpp Clear local position on nodedb-reset (#3451) 2024-03-24 14:20:03 +01:00
NodeDB.h Clear local position on nodedb-reset (#3451) 2024-03-24 14:20:03 +01:00
PacketHistory.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
PacketHistory.h Extend packet history expire time to 10 minutes (#2921) 2023-11-03 15:43:26 -05:00
PhoneAPI.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
PhoneAPI.h PacketQueue thread communication 2024-03-04 09:43:46 +01:00
PointerQueue.h
ProtobufModule.cpp
ProtobufModule.h Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
RadioInterface.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
RadioInterface.h Periodic reporting of device information to a map via MQTT 2024-03-10 14:52:37 +01:00
RadioLibInterface.cpp Add original hop limit to header to determine hops used (#3321) 2024-03-08 07:13:57 -06:00
RadioLibInterface.h
RadioLibRF95.cpp RadioLib 6.4.0 fixes (#3098) 2024-01-15 10:56:17 -06:00
RadioLibRF95.h
ReliableRouter.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
ReliableRouter.h
RF95Interface.cpp Portduino work (#3049) 2024-01-12 02:00:31 -06:00
RF95Interface.h
Router.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
Router.h Add original hop limit to header to determine hops used (#3321) 2024-03-08 07:13:57 -06:00
SinglePortModule.h Fix various typos (#2607) 2023-07-14 16:25:20 -05:00
STM32WLE5JCInterface.cpp Remove redundant checks for power of 0 (#2934) 2023-11-13 06:19:02 -06:00
STM32WLE5JCInterface.h
StreamAPI.cpp
StreamAPI.h
SX126xInterface.cpp Portduino work (#3049) 2024-01-12 02:00:31 -06:00
SX126xInterface.h
SX128xInterface.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
SX128xInterface.h
SX1262Interface.cpp
SX1262Interface.h
SX1268Interface.cpp
SX1268Interface.h
SX1280Interface.cpp
SX1280Interface.h
TypeConversions.cpp Update protos and add new fields to type conversions (#3315) 2024-03-02 10:20:27 -06:00
TypeConversions.h Convert from inline to static class methods (#2883) 2023-10-11 06:17:05 -05:00
TypedQueue.h Look into tophone queue for the received packet. 2023-12-11 15:11:10 +01:00