firmware/src/mesh
2021-12-11 19:50:20 -08:00
..
generated Update generated protos & has_wifi #979 2021-12-09 11:47:42 -08:00
http SoftAP doesn't always start #954 2021-12-04 19:20:20 -08:00
wifi WIP debug logging over TCP 2021-08-18 10:31:30 -07:00
Channels.cpp Create new default channel configurations. #965 2021-12-06 15:03:35 -08:00
Channels.h mqtt: only publish uplink_enabled channels 2021-04-05 07:57:06 +08:00
CryptoEngine.cpp don't break strict-aliasing rules 2021-08-02 10:50:28 -07:00
CryptoEngine.h
DSRRouter.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
DSRRouter.h
FloodingRouter.cpp ACK retried want_ack packets 2021-11-22 21:31:12 -05:00
FloodingRouter.h ACK retried want_ack packets 2021-11-22 21:31:12 -05:00
InterfacesTemplates.cpp [LLCC68] module support 2021-11-17 13:28:08 +03:00
LLCC68Interface.cpp [LLCC68] module support 2021-11-17 13:28:08 +03:00
LLCC68Interface.h LLCC68 doesn't support SF12 neither the "Long Slow" channel 2021-11-18 14:46:04 +03:00
MemoryPool.h check more error codes 2021-03-09 16:45:40 +08:00
mesh-pb-constants.cpp fix #811 nodes rebooting due to invalid printf call, thanks @IZ1IVA 2021-05-26 10:00:23 +08:00
mesh-pb-constants.h wip - move channels 2021-03-11 13:02:00 +08:00
MeshPacketQueue.cpp Include <algorithm> - required for 'lower_bound' 2021-07-31 21:56:31 +02:00
MeshPacketQueue.h Drop lower priority packets when tx queue is full. 2021-07-31 21:42:48 +02:00
MeshPlugin.cpp Merge branch 'master' into fix-plugin-return-type 2021-10-12 09:15:34 +08:00
MeshPlugin.h Merge branch 'master' into fix-plugin-return-type 2021-10-12 09:15:34 +08:00
MeshRadio.h
MeshService.cpp fix owner name update issue (off #900) 2021-10-29 13:28:48 +00:00
MeshService.h add the user as distinct message source 2021-10-27 13:16:51 +00:00
MeshTypes.h add the user as distinct message source 2021-10-27 13:16:51 +00:00
NodeDB.cpp Bug in getNumOnlineNodes #988 2021-12-11 19:50:20 -08:00
NodeDB.h discriminate local/remote node position updates (#889) 2021-10-23 12:58:56 +11:00
PacketHistory.cpp Issue-108. Track recent packets in unordered_set 2021-07-20 21:19:35 +02:00
PacketHistory.h Issue-108. Track recent packets in unordered_set 2021-07-20 21:19:35 +02:00
PhoneAPI.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
PhoneAPI.h WIP debug logging over TCP 2021-08-18 10:31:30 -07:00
PointerQueue.h
ProtobufPlugin.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
ProtobufPlugin.h Plugins refactoring: handleReceived return enumeration ProcessMessage 2021-09-23 04:42:09 +03:00
RadioInterface.cpp Create new default channel configurations. #965 2021-12-06 15:03:35 -08:00
RadioInterface.h fix module frequency overriding 2021-09-13 22:13:51 +03:00
RadioLibInterface.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
RadioLibInterface.h OCP limit into SX126x class where it belongs. 2021-12-02 20:46:36 -07:00
RadioLibRF95.cpp override new RadioLib's default current limit value (60 mA) to the previous value of 100mA 2021-09-08 14:30:52 +03:00
RadioLibRF95.h override new RadioLib's default current limit value (60 mA) to the previous value of 100mA 2021-09-08 14:30:52 +03:00
ReliableRouter.cpp ACK retried want_ack packets 2021-11-22 21:31:12 -05:00
ReliableRouter.h ACK retried want_ack packets 2021-11-22 21:31:12 -05:00
RF95Interface.cpp fix module frequency overriding 2021-09-13 22:13:51 +03:00
RF95Interface.h pinelora WIP 2021-04-22 08:49:05 +08:00
Router.cpp update for RX_SRC_USER 2021-10-28 11:33:32 +00:00
Router.h ACK retried want_ack packets 2021-11-22 21:31:12 -05:00
SinglePortPlugin.h 1 index channel index 2021-02-27 09:17:58 +08:00
StreamAPI.cpp cope with race on available() vs read() found while looking at #838 2021-08-12 22:06:51 -07:00
StreamAPI.h WIP debug logging over TCP 2021-08-18 10:31:30 -07:00
SX126xInterface.cpp fix module frequency overriding 2021-09-13 22:13:51 +03:00
SX126xInterface.h OCP limit into SX126x class where it belongs. 2021-12-02 20:46:36 -07:00
SX1262Interface.cpp New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
SX1262Interface.h New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
SX1268Interface.cpp New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
SX1268Interface.h Use EU433 frequency value as default for SX1268 2021-09-18 21:39:29 +03:00
TypedQueue.h properly discard messages with fromradio queue is full (Rather than blocking forever) 2021-03-24 13:25:10 +08:00