ok I'm leaving this flaky #nomadnet #reticulum setup on for few days. If anyone wants to test it try connecting to tcp interface rn.varnatransport.com:4243 The node announces itself every 5 minutes so you should see it and then you can open the page.
Just added particle sensor sds011 to the #micropython #reticulum firmware. On the image below you can see a #nomadnet page showing both bme280 and sds011 readings. I need a custom PCB to get rid of these jumper wires 😁 The lxmf node example can also return the value of the sensors, when it receives keyword “sensor”.
Mirando con interés el rollo de #Reticulum y la #NomadNet ¿Alguien active por ahí?

I've had some fun this weekend setting up a #reticulum transport gateway and a #nomadnet node on a raspberry pi at home. Feels like I should go buy enough LoRa setups to cover the whole state, for fun. But that's unlikely :)

I gotta say I don't really know the best/right way to share connection info. I'm at rns.chadobear.world:4242, and 683e503418a6adc0af46051102b0fba5

Took some time to play a little with #reticulum and #nomadnet

It was a lot more accessible than I thought, and it really feels like what Internet should be

Could also play with #rnode and #ratdeck and those are very well integrated in the framework

This won't change my comitment to meshcore though

Right. The #micropython #reticulum port is getting actually quite usable. With addinng direct link messaging and file transfers, we can actually:

1. Put a stand alone #nomadnet page on an esp32s3 microcontroller,
2. Connect some sensors to it and put it into a solar powered enclosure
3. Fire up the LoRa radio chip
4. Put it up somewhere on a high tree

and you can serve information pages with files (even camera pictures or sound recordings) and live sensor data over LoRa purely off grid!

I need volunteers for a test. I’m hosting #nomadnet #reticulum page on my experimental micropython esp32s3 node. Could you connect with nomadnet capable browser (MeshChat would do fine) with a tcp interface to rn.varnatransport.com:4243 and see if you can load the page? On the page there’s a link with mp3 - easter egg message (2kb) 😁 The page is hosted on the esp32s3 itself (below). I’ll leave the node online for few hours to see if it’s stable with more than one link (me).
Latest changes (mainly #Nomadnet node for page hosting and bug fixes) uploaded to the repo: https://github.com/varna9000/micropython-reticulum
GitHub - varna9000/micropython-reticulum

Contribute to varna9000/micropython-reticulum development by creating an account on GitHub.

GitHub