Post #1721582
2026-04-25 06:52 UTC
Replies (3)
-
@circfruit@fosstodon.org 2026-04-25 18:17
I fixed the bug! As a result of the efforts 3 major #reticulum micropython improvements: 1. Added IFAC support - now node can join password protected interfaces 2. Implemented the cryptography modules in C with #micropython bindings with fallback to native module The result on this is mind blowing: complete decode chain reduced from 3 sec to 75 ms! 3. Camera works! You can select quality and resolution of the image. I’m still to test over LoRa but on TCP receipt it’s almost instant.
-
@circfruit@fosstodon.org 2026-04-25 19:03
The new changes to micropython #reticulum are uploaded to the repo. If someone is using it, you should update - the C crypto modules significantly increase performance https://github.com/varna9000/micropython-reticulum
-
@smallsolar@techhub.social 2026-04-25 08:39
@circfruit@fosstodon.org nice work!