Replies: 5 comments 10 replies
-
This could be implemented directly as an interface module for Reticulum, no need to run the full RNode firmware in an emulated environment (sorry if I misunderstand, not familiar with portduino). If there's interest, I can look into this. |
Beta Was this translation helpful? Give feedback.
-
Ill chime in and say that there is a lot of interest in this functionality. Some of us have been working on a low-power SBC to run Meshtastic, with functionality for a BBS server, among other things. A use case for this in Reticulum could be a dual-radio SBC that could be embedded in a small-ish solar panel. I just recently heard about Reticulum and am still learning about it, but provided Meshtastic never becomes an interface for Reticulum, this approach would allow some form of cross-connectivity between the two, handled by the SBC (perhaps Meshtastic and Reticulum users can access the same bulletin boards? A dedicated text channel that bridges IO between Sideband and Meshtastic?) Even if one ignores MT entirely, this would allow a low-power SBC that can run on small solar to function as a full Reticulum device (again, learning, but Device + Transport?) and greatly extend the LoRa side of Reticulum. |
Beta Was this translation helpful? Give feedback.
-
Support for “Waveshare LoRa Hat” within Reticulum (whether as part of a module or portduino-based RNode) would be something great. This would probably give automatic support for the MeshAdv-Pi-Hat module by Chismayers, which works great with Meshtastic. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for the input everyone! There's definitely interest in this, and it makes a lot of sense in the grand scheme of things. Doing it as an application "emulating" a physical RNode via portduino or similar was not the way I originally expected to do it, but looking at your comments and thoughts on this, it really does seem to be the approach that makes most sense, so this is how I'm going to move forward with it! Thanks for the offer for the donation @recrof! I already have a Pi Zero 2W, and have one of the WaveShare hats on order now, so no need at this point. But if anybody in Europe has one of the MeshAdv Pi Hats they'd like to donate to the cause, that would be very useful! |
Beta Was this translation helpful? Give feedback.
-
well this is unfortunate. I have 2 of those waveshare boards on the way and just today seen video from Jonathan Benett. I guess I will need to cancel the order and look at other solution :(. |
Beta Was this translation helpful? Give feedback.
-
Right now, we need 2 devices to get fully working reticulum LoRa node. There is microReticulum that wants to fix this, but until it's ready, using portduino that runs RNode_firmware directly in linux and uses Waveshare SPI LoRa HAT as a radio might be easier to implement. Main inspiration was Meshtastic Linux Native Application
Beta Was this translation helpful? Give feedback.
All reactions