Generally speaking, Direwolf does not support real
APRS messaging at this time.? There is a Github issue tracking
this feature enhancement here:
??
Maybe you can add your specific use case there and it can be
considered if/when messaging gets implemented.? Until then, there
are a few other things you might consider:
? - One workaround approach:
? - Other Linux programs that I understand support APRS messaging
that could possibly be leveraged with your project:
? ? ?
? ? ?
???? ? (java)
????
????
--David
KI6ZHD
On 12/09/2021 10:39 AM, charlie gale
wrote:
toggle quoted message
Show quoted text
I'm familiar with using COMMENTCMD to insert data into
a comment and send it, including sending it as a message to a
specific user. I'd like to go the other direction - receive a
message and use it to trigger some function on the computer. Is
there an easy way to take a message addressed to my specific call
and append it to a file or execute a command, or something? I
suspect I could use the TEE command and dump everything heard and
then parse what I get and purge the rest on a regular basis, but I
was hoping for something a bit more streamlined. Thanks for any
ideas!