Looking for solution for goTenna Mesh to relay while I am out in the field to another unit at the base station which has access to the Internet. There is no cellular service in this area but there is an Internet access point. Could messages be relayed and then sent out over the Internet and back?
Hi Waypoints,
In my App - âMesh Developers Toolkitâ, I have done some work allowing you to bridge between goTenna and Twitter to forward messages across the internet.
Alternatively you can use Javascript within âMesh Developers Toolkitâ to call an internet based service, the following script would forward all messages received from goTennas to the pushover service (https://pushover.net):
return postData(âhttps://api.pushover.net/1/messages.jsonâ,'token=[PUSHOVER TOKEN]&message=â+encodeURIComponent(message));
Donât know if either of these options helps you with your requirements but I would be interested in your feedback.
Hello! This isnât something that goTenna Mesh does out of the box. While you could message a Mesh at your base station, from another Mesh in the field, the base station Mesh wouldnât automatically send that message out over the internet or relay response via the internet.