firmware/src/mesh
2021-10-15 10:21:42 -07:00
..
generated regen protos 2021-10-15 10:21:42 -07:00
http Reverte seperate Generate204 function 2021-10-11 12:27:10 +11:00
wifi WIP debug logging over TCP 2021-08-18 10:31:30 -07:00
Channels.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07: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 clean up the crypto api 2021-02-23 10:10:35 +08:00
DSRRouter.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
DSRRouter.h 1.2 WIP at least doesn't crash 2021-02-21 12:59:47 +08:00
FloodingRouter.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
FloodingRouter.h 1.2 WIP at least doesn't crash 2021-02-21 12:59:47 +08:00
InterfacesTemplates.cpp New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +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 move generated protobuf c code to own directory 2020-12-30 12:34:22 +08:00
MeshService.cpp treat RECEIVED_PACKET like PACKET_FOR_PHONE 2021-08-02 22:07:39 -07:00
MeshService.h move streamapi into a thread, saves power and increases responsiveness 2021-03-25 06:15:15 +08:00
MeshTypes.h issue 879 - define source types 2021-10-09 13:48:30 +00:00
NodeDB.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
NodeDB.h minimize radioconfig file writes 2021-03-11 18:29:47 +08: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 cubecell wip 2020-06-16 17:13:26 -07:00
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 save channel & freq before outputting them for debugging 2021-09-15 12:09:11 +03: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 release to devs 2021-03-03 11:46:09 +08: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 pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
ReliableRouter.h most of the changes needed to build native on Windows 2021-05-25 05:08:57 +08: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 issue 879 - changes to Router.cpp 2021-10-09 13:54:42 +00:00
Router.h issue 879 - changes to Router.cpp 2021-10-09 13:54:42 +00: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 New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03: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