firmware/src/mesh
2020-05-24 14:45:50 -07:00
..
CryptoEngine.cpp Crypto works! 2020-05-09 19:08:04 -07:00
CryptoEngine.h Make an accelerated NRF52 implementation for AEX256-CTR crypto 2020-05-24 14:45:50 -07:00
DSRRouter.cpp DSR WIP 2020-05-23 17:39:08 -07:00
DSRRouter.h DSR WIP 2020-05-23 17:39:08 -07:00
FloodingRouter.cpp cleanup virtual inheritence for Router/Reliable/Flooding/DSR 2020-05-23 09:24:22 -07:00
FloodingRouter.h cleanup virtual inheritence for Router/Reliable/Flooding/DSR 2020-05-23 09:24:22 -07:00
MemoryPool.h cleanup directory structure 2020-05-01 09:04:00 -07:00
mesh-pb-constants.cpp DSR wip still kinda busted (rx packets not working - even for regular router) 2020-05-24 12:59:10 -07:00
mesh-pb-constants.h add ignore_incoming to user preferences, for automated testing of DSR topologies 2020-05-23 10:01:36 -07:00
mesh.pb.c CSR WIP 2020-05-23 15:48:23 -07:00
mesh.pb.h DSR WIP 2020-05-23 17:39:08 -07:00
MeshRadio.h Remove MeshRadio wrapper class - we don't need it anymore. 2020-05-09 16:32:26 -07:00
MeshService.cpp reliable broadcast now works 2020-05-21 16:34:16 -07:00
MeshService.h wip reliable unicast (1 hop) 2020-05-19 11:56:17 -07:00
MeshTypes.h sniffReceived now allows router to inspect packets not destined for this node 2020-05-18 17:57:58 -07:00
NodeDB.cpp Fix #59 no need for broadcasts when showing new node pane 2020-05-21 17:21:44 -07:00
NodeDB.h Fix #59 no need for broadcasts when showing new node pane 2020-05-21 17:21:44 -07:00
PacketHistory.cpp Merge remote-tracking branch 'root/master' into nrf52 2020-05-22 11:12:22 -07:00
PacketHistory.h reliable unicast 1 hop works! 2020-05-19 15:51:07 -07:00
PhoneAPI.cpp add beginnings of StreamAPI 2020-04-27 08:10:17 -07:00
PhoneAPI.h 0.6.3 - fix the problem of BLE message receiption being busted in 0.6.2 2020-05-05 18:40:17 -07:00
PointerQueue.h cleanup directory structure 2020-05-01 09:04:00 -07:00
RadioInterface.cpp want_ack flag added 2020-05-19 10:27:28 -07:00
RadioInterface.h want_ack flag added 2020-05-19 10:27:28 -07:00
RadioLibInterface.cpp make nrf52dk build again 2020-05-21 20:31:22 -07:00
RadioLibInterface.h move bluetooth OTA back into main tree for now 2020-05-14 14:20:05 -07:00
RadioLibRF95.cpp Fix #11 2020-05-02 19:51:25 -07:00
RadioLibRF95.h Fix #11 2020-05-02 19:51:25 -07:00
ReliableRouter.cpp CSR WIP 2020-05-23 15:48:23 -07:00
ReliableRouter.h CSR WIP 2020-05-23 15:48:23 -07:00
RF95Interface.cpp limit max power on rf95 to 17 (rather than 20, because 20 can... 2020-05-02 19:52:37 -07:00
RF95Interface.h Fix #11 2020-05-02 19:51:25 -07:00
Router.cpp DSR wip still kinda busted (rx packets not working - even for regular router) 2020-05-24 12:59:10 -07:00
Router.h cleanup virtual inheritence for Router/Reliable/Flooding/DSR 2020-05-23 09:24:22 -07:00
StreamAPI.cpp minor fixups to get nrf52 building again 2020-05-09 21:02:56 -07:00
StreamAPI.h emit FromRadio.rebooted to serial test harness can detect reboots 2020-04-28 17:43:16 -07:00
SX1262Interface.cpp move packet handling into its own thread 2020-05-01 12:11:04 -07:00
SX1262Interface.h Fix #11 2020-05-02 19:51:25 -07:00
TypedQueue.h cleanup directory structure 2020-05-01 09:04:00 -07:00