firmware/src/mesh
2021-03-19 17:07:16 -07:00
..
generated add sim exit cmd 2021-03-18 19:09:31 +08:00
http Merge branch 'dev' into portduino 2021-03-15 12:09:07 +08:00
wifi progress on Wifi in portduino 2021-03-15 19:59:31 +08:00
Channels.cpp lockdown plugins that touch hardware 2021-03-13 13:14:27 +08:00
Channels.h lockdown plugins that touch hardware 2021-03-13 13:14:27 +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 make error message clearer for packets that are too big 2021-03-06 10:27:31 +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 turn on access control for admin plugin, only allow remote access over special channel 2021-03-12 20:22:40 +08:00
MeshPlugin.h Fixed compilation on nrf52 and brownout code 2021-03-17 10:44:42 -07:00
MeshRadio.h move generated protobuf c code to own directory 2020-12-30 12:34:22 +08:00
MeshService.cpp minimize radioconfig file writes 2021-03-11 18:29:47 +08:00
MeshService.h 1.2 WIP at least doesn't crash 2021-02-21 12:59:47 +08:00
MeshTypes.h don't send messages the phone sent us back towards the phone 2021-03-05 10:19:27 +08:00
NodeDB.cpp change hw_model_deprecated to intentionally break old apps 2021-03-14 10:57:26 +08:00
NodeDB.h minimize radioconfig file writes 2021-03-11 18:29:47 +08:00
PacketHistory.cpp don't send messages the phone sent us back towards the phone 2021-03-05 10:19:27 +08:00
PacketHistory.h
PhoneAPI.cpp wip - move channels 2021-03-11 13:02:00 +08:00
PhoneAPI.h wip - move channels 2021-03-11 13:02:00 +08:00
PointerQueue.h
ProtobufPlugin.cpp
ProtobufPlugin.h combine acks works 2021-03-05 11:44:45 +08:00
RadioInterface.cpp progress on remote settings 2021-03-12 14:10:36 +08:00
RadioInterface.h begin multichannel hash impl 2021-02-22 12:57:26 +08:00
RadioLibInterface.cpp Merge remote-tracking branch 'root/master' into dev1.2 2021-03-01 10:26:16 +08:00
RadioLibInterface.h release to devs 2021-03-03 11:46:09 +08:00
RadioLibRF95.cpp
RadioLibRF95.h
ReliableRouter.cpp fix hop limit defaults for android 2021-03-13 09:27:44 +08:00
ReliableRouter.h REALLY IMPORTANT: fix bug with retransmissions not happening 2021-03-06 11:13:33 +08:00
RF95Interface.cpp bug: we've always been setting gpio 0 as an input on rf95 based devices 2021-01-02 11:23:18 +08:00
RF95Interface.h portuino now kinda works with the pinetab lora USB module. 2021-01-02 12:38:18 +08:00
Router.cpp progress on remote settings 2021-03-12 14:10:36 +08:00
Router.h progress on remote settings 2021-03-12 14:10:36 +08:00
SinglePortPlugin.h 1 index channel index 2021-02-27 09:17:58 +08:00
StreamAPI.cpp fix nasty bug 2021-03-12 15:47:00 +08:00
StreamAPI.h
SX1262Interface.cpp Port to lora_isp4520 board 2021-03-14 19:00:20 -07:00
SX1262Interface.h
TypedQueue.h