raudette / meshtastic_discord_bridge

A Discord bot which bridges discussions between a Discord channel and a Meshtastic mesh through a locally connected radio
MIT License
10 stars 4 forks source link

Any way to have this connect via TCP ? #1

Closed thespillmonkey closed 6 days ago

thespillmonkey commented 1 month ago

Any way to have this connect via TCP ?

raudette commented 1 month ago

Today, it is not possible - it is hardcoded to use the serial port. But it is just using the Meshtastic library - it would not be hard to tweak. I’ll take a look.

raudette commented 1 week ago

I've added support for TCP. To enable it, download the latest release and specify the hostname of your device in the MESHTASTIC_HOSTNAME .env variable. If no hostname is specified, a serial interface is assumed.