attermann / microReticulum

WIP: Port of Reticulum Network Stack to C++ specifically but not exclusively targeting ESP32 and better MCUs.
Apache License 2.0
47 stars 3 forks source link

Feature Request: Implement Links #1

Open liamcottle opened 3 months ago

liamcottle commented 3 months ago

Hey mate!

Awesome work on this :) We've spoken in the Matrix chat about microReticulum and reticulum-mcu.

Just wondering what it would take to get Links working? Would love to be able to run some custom standalone applications on a microcontroller. I was going to attempt to write a small implementation of LXMF for sending/receiving commands to/from the unit, but found out it uses a Link.

I had setup a link callback, wondered why it wasn't being called, then realised it wasn't actually implemented yet.

Happy to contribute anything you need :)

attermann commented 3 months ago

Next on the list!