tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tlf-devel] change ip addres tlf binds to?


From: Eric Tamme
Subject: Re: [Tlf-devel] change ip addres tlf binds to?
Date: Wed, 26 Sep 2018 12:16:57 -0400 (EDT)

Hi Tom,

I guess my confusion lies in the fact that, there is no way to specify the bind ip for the socket server to listen on.  So If I try to run multiple instances on the same machine, they will all try to bind to the same IP and port, and every instance after the first will fail to do so because the port is in use.

Is this not the case?

-Eric

On September 26, 2018 at 11:51 AM Thomas Beierlein <address@hidden> wrote:


Hi Eric,

Am Wed, 26 Sep 2018 10:12:29 -0400 (EDT)
schrieb Eric Tamme <address@hidden>:
I am looking into using TLF for a multi op field day setup. I am
thinking of potentially running multiple instances of TLF on the same
rasberry pi server, each in their own directory etc, but I would like
to network them together to share logging etc.
Tlf supports that by sending UDP packets to any configured address.
You can use ADDNODE=<ipaddr>[:<port>] to choose which addresses (and
port) to send the packets to. You need one ADDNODE for every IP
address, node combination. By default tlf uses port 6788, so it is
enough to configure the ip-address.

To recognize the sending program each one needs an unique node
identifier. Use THISNODE=<char> for that.

e.g.
ADDNODE=127.0.0.1
ADDNODE=192.168.3.12
THISNODE=C

will broadcast to localhost and 192.168.3.12 and marks each outgoing
packet as coming from node C. You can have more than one node at an
ip-address.

The connection can be used to transfer
monitoring station)

See the section "LAN connection" in the old document from Rein PA0R
http://tlf.github.io/tlfdoc.old/tlfdoc.html#lan .
It may be a bit outdated, but give you a start.

73, de Tom DL1JBE
>



--
"Do what is needful!"
Ursula LeGuin: Earthsea
--


_______________________________________________
Tlf-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tlf-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]