trasukg / share-tnc

Share a serial TNC using KISS over TCP/IP
Apache License 2.0
22 stars 2 forks source link

Build the opposite share a tcp/ip kiss modem to serial port #7

Open sysadminpower2019 opened 1 month ago

sysadminpower2019 commented 1 month ago

Hello,

I have a tcp/ip compatible KISS modem from a LORA-APRS board. It would be great if i could turn this into a serial port interfact that can then connect to other programs

trasukg commented 1 month ago

If it's a program you're connecting to, doesn't it support TCP/IP? I can only think of Xastir that doesn't, and needs a serial interface. People usually use the 'socat' utility for that. I suspect you could use 'socat' to do what you're describing.

Or are you trying to get a hardware serial interface? socat might be able to do that as well.

The library that underlies 'share-tnc' is called 'utils-for-aprs', and is probably capable of doing what you're asking for, assuming you can do some programming in node.js, but it's not something that I would add into share-tnc.

Greg, VA3TSK