Post #2532941
2026-04-25 18:17 UTC
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.
Replies (2)
-
@circfruit@fosstodon.org 2026-04-26 07:58
Hm, I think I should make the bz2 compression module in C as well. This would speed up link resource transferring - images, files. Also might be good idea to get t-deck repo up to date and make the client actually receive the cam images on the t-deck screen 😁 #reticulum
-
@mekhos@mastodon.social 2026-04-25 18:44
@circfruit@fosstodon.org tripple win well done!