firmware/src/mesh
2021-02-15 21:02:30 -05:00
..
generated Merge pull request #68 from meshtastic/master 2021-02-12 18:49:39 -08:00
http Fix report formatting 2021-02-13 19:51:31 +11:00
wifi fix @mc-hamster build to work on linux/nrf52 2021-01-15 13:30:40 +08: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 updates to work with new protobuf names 2021-02-10 16:18:41 +08:00
DSRRouter.h make route errors a more general 'message delivery failure' reason 2021-02-07 09:46:35 +08:00
FloodingRouter.cpp When new node joins mesh, all other nodes reply with their current state 2020-12-17 10:53:29 +08:00
FloodingRouter.h coroutines: wip compiles but does not link 2020-10-09 14:16:51 +08:00
MemoryPool.h cubecell wip 2020-06-16 17:13:26 -07:00
mesh-pb-constants.cpp fix nrf52 build 2020-09-07 13:03:37 -07:00
mesh-pb-constants.h move generated protobuf c code to own directory 2020-12-30 12:34:22 +08:00
MeshPacketQueue.cpp fix build for nrf52 2021-02-12 09:56:42 +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 clean up debug msgs 2020-12-13 15:59:26 +08:00
MeshPlugin.h make plugin reply handling simpler 2020-12-13 12:57:37 +08:00
MeshRadio.h move generated protobuf c code to own directory 2020-12-30 12:34:22 +08:00
MeshService.cpp clean up nodeinfo broadcasts and move into plugin 2021-02-14 12:27:10 +08:00
MeshService.h partial for #681: Never let stale nodeinfos/positions stay in xmit queue 2021-02-11 18:19:43 +08:00
MeshTypes.h disable lora while updating, show "Updating" on oled screen 2021-02-12 13:48:12 +08:00
NodeDB.cpp fix warning 2021-02-12 09:56:35 +08:00
NodeDB.h move more of is_router out of python and into the device code 2020-12-21 11:38:03 +08:00
PacketHistory.cpp Portduino WIP now compiles but does not link 2020-09-05 12:34:48 -07:00
PacketHistory.h cubecell wip 2020-06-16 17:13:26 -07:00
PhoneAPI.cpp add handleSetChannel 2021-02-15 21:02:30 -05:00
PhoneAPI.h add handleSetChannel 2021-02-15 21:02:30 -05:00
PointerQueue.h cubecell wip 2020-06-16 17:13:26 -07:00
ProtobufPlugin.cpp WIP moving positions to new system 2020-12-03 16:48:44 +08:00
ProtobufPlugin.h clean up debug msgs 2020-12-13 15:59:26 +08:00
RadioInterface.cpp Merge pull request #68 from meshtastic/master 2021-02-12 18:49:39 -08:00
RadioInterface.h Merge remote-tracking branch 'root/master' into dev 2021-02-14 12:07:11 +08:00
RadioLibInterface.cpp disable lora while updating, show "Updating" on oled screen 2021-02-12 13:48:12 +08:00
RadioLibInterface.h for #681, add MeshPacketQueue (a priority queue) to ensure acks get sent quickly 2021-02-12 09:08:49 +08:00
RadioLibRF95.cpp RAK815 lora works 2020-07-10 14:37:01 -07:00
RadioLibRF95.h Fix #11 2020-05-02 19:51:25 -07:00
ReliableRouter.cpp updates to work with new protobuf names 2021-02-10 16:18:41 +08:00
ReliableRouter.h bug 677. Don't assert fail for missing interfaces, instead return 2021-02-07 10:26:11 +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 for #681, add MeshPacketQueue (a priority queue) to ensure acks get sent quickly 2021-02-12 09:08:49 +08:00
Router.h partial for #681: Never let stale nodeinfos/positions stay in xmit queue 2021-02-11 18:19:43 +08:00
SinglePortPlugin.h updates to work with new protobuf names 2021-02-10 16:18:41 +08:00
StreamAPI.cpp updates to work with new protobuf names 2021-02-10 16:18:41 +08:00
StreamAPI.h emit FromRadio.rebooted to serial test harness can detect reboots 2020-04-28 17:43:16 -07:00
SX1262Interface.cpp fix #577 don't make invalid radio settings reboot the board 2020-12-27 13:09:20 +08:00
SX1262Interface.h sx1262 improvements attn @dafeman 2020-06-16 06:26:21 -07:00
TypedQueue.h fixes for the posix port 2020-10-11 09:18:47 +08:00