5 ms·
Meshcore and -tastic have the huge problem that the encryption keys are bound to the device and not the app.
by NoiseBert69 8mo ago
Meshcore and -tastic have the huge problem that the encryption keys are bound to the device and not the app.
- timschmidt 8mo agoI've been using the T-Deck Pro and T-Lora Pager, so the device is the app.
- jonmon6691 8mo agoI agree, there's way too much going on in the firmware, just make a dumb Lora-bluetooth bridge. Hell, just integrate a Lora radio in a phone.
- deleted 8mo ago[deleted]
- deleted 8mo ago[deleted]
- subscribed 8mo agoThe base software is open, you could potentially do it! :)
- NoiseBert69 8mo agoHonestly: MC and MT are classical bloated Arduino projects with a giant single big-loop and an interrupt coming from the LoRa modem. Both projects are hitting their limits because of this. Every new feature and every bug fix causes endless amount of pain and breakage. I was involved in both - and gave up because of this. IMHO both projects need some kind of thin-client which delegates most of the functionality into the client. Only keep some basic LoRa/Message Buffer/Routing/Battery Saving functionality in the hardware itself.