firmware/src/mesh
2021-05-03 10:53:06 +08:00
..
generated pinelora WIP 2021-05-01 11:27:37 +08:00
http remove unused Preferences code (cc @mc-hamster for review) 2021-03-28 12:07:43 +08:00
wifi move streamapi into a thread, saves power and increases responsiveness 2021-03-25 06:15:15 +08:00
Channels.cpp always fix up channel list, even if we just did factory reset 2021-03-23 11:54:53 +08:00
Channels.h mqtt: only publish uplink_enabled channels 2021-04-05 07:57:06 +08:00
CryptoEngine.cpp oops - fix failed text message rx 2021-03-06 14:21:20 +08:00
CryptoEngine.h clean up the crypto api 2021-02-23 10:10:35 +08:00
DSRRouter.cpp don't send messages the phone sent us back towards the phone 2021-03-05 10:19:27 +08:00
DSRRouter.h 1.2 WIP at least doesn't crash 2021-02-21 12:59:47 +08:00
FloodingRouter.cpp combine acks works 2021-03-05 11:44:45 +08: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 integration test found by CI! verstr field was too short 2021-04-16 11:51:04 +08:00
mesh-pb-constants.h wip - move channels 2021-03-11 13:02:00 +08:00
MeshPacketQueue.cpp don't send messages the phone sent us back towards the phone 2021-03-05 10:19:27 +08:00
MeshPacketQueue.h for #681, add MeshPacketQueue (a priority queue) to ensure acks get sent quickly 2021-02-12 09:08:49 +08:00
MeshPlugin.cpp better debug output 2021-05-03 10:53:06 +08:00
MeshPlugin.h Fix GPIO service and cleanup response handling 2021-04-06 10:34:23 +08:00
MeshRadio.h
MeshService.cpp populate position.time for broadcast positions 2021-03-27 16:17:01 +08: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 pinelora WIP 2021-05-01 11:27:37 +08:00
NodeDB.h minimize radioconfig file writes 2021-03-11 18:29:47 +08:00
PacketHistory.cpp better debug output 2021-05-03 10:53:06 +08:00
PacketHistory.h
PhoneAPI.cpp fix millisecond unsigned rollover errors found via portduino 2021-03-30 23:11:33 +08:00
PhoneAPI.h PhoneAPIs shouldn't register for messages until they have clients 2021-03-25 07:51:54 +08:00
PointerQueue.h
ProtobufPlugin.cpp
ProtobufPlugin.h allow passing even encrypted packets through the plugins 2021-04-05 08:44:47 +08:00
RadioInterface.cpp cleanup packet encrypt/descrypt 2021-04-05 09:24:00 +08:00
RadioInterface.h pinelora WIP 2021-04-22 08:49:05 +08:00
RadioLibInterface.cpp pinelora WIP 2021-05-01 11:27:37 +08:00
RadioLibInterface.h release to devs 2021-03-03 11:46:09 +08:00
RadioLibRF95.cpp
RadioLibRF95.h
ReliableRouter.cpp better debug output 2021-05-03 10:53:06 +08:00
ReliableRouter.h dramatically speed up message RX in some cases (we were sleeping much too long) 2021-03-28 12:16:37 +08:00
RF95Interface.cpp include file/lineno in critical error logs 2021-04-29 09:52:15 +08:00
RF95Interface.h pinelora WIP 2021-04-22 08:49:05 +08:00
Router.cpp fix build for !wifi devices 2021-04-05 13:00:56 +08: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 move streamapi into a thread, saves power and increases responsiveness 2021-03-25 06:15:15 +08:00
StreamAPI.h move streamapi into a thread, saves power and increases responsiveness 2021-03-25 06:15:15 +08:00
SX1262Interface.cpp pinelora WIP 2021-05-01 11:27:37 +08: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