firmware/src/mesh
2021-08-02 22:07:39 -07:00
..
generated update protos 2021-05-29 13:19:27 +08:00
http While connected to MQTT server, veto light-sleep (to keep wifi working) 2021-08-02 17:42:44 -07:00
wifi Fix #807 TCP API on ESP32. thanks @jfirwin your hint made the problem easy to find! 2021-05-24 09:42:21 +08: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
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 pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
MeshPlugin.h Fix GPIO service and cleanup response handling 2021-04-06 10:34:23 +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 cleanup packet encrypt/descrypt 2021-04-05 09:24:00 +08: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 serious bug: connection to phones not being properly tracked 2021-05-03 14:46:30 +08: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 Allow plugins to write to the parsed protobuf (minimizes copies in some cases) 2021-08-01 12:58:23 -07:00
RadioInterface.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
RadioInterface.h pinelora WIP 2021-04-22 08:49:05 +08: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 pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
RadioLibRF95.h Fix #11 2020-05-02 19:51:25 -07: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 pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
RF95Interface.h pinelora WIP 2021-04-22 08:49:05 +08:00
Router.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
Router.h cleanup packet encrypt/descrypt 2021-04-05 09:24:00 +08:00
SinglePortPlugin.h 1 index channel index 2021-02-27 09:17:58 +08:00
StreamAPI.cpp fix debug spam for api calls (possibly corrupting protocol) 2021-05-23 12:07:28 +08:00
StreamAPI.h serious bug: connection to phones not being properly tracked 2021-05-03 14:46:30 +08:00
SX1262Interface.cpp pull in new epaper lib (which required importing configuration.h everywhere 2021-06-27 10:56:28 -07:00
SX1262Interface.h pinelora WIP 2021-04-22 08:49:05 +08:00
TypedQueue.h properly discard messages with fromradio queue is full (Rather than blocking forever) 2021-03-24 13:25:10 +08:00