netflc -
FLIGHTLAB comms block network replicator
netflc [ -rsbk | -e host ] [ -vq ] [ -i interval ] [ -p port ]
netflc is a peer-to-peer networking utility
which synchronizes the FLCOMMS shared memory blocks
across multiple hosts on a network.
- -r
- Receive mode: do not send out any data block updates.
- -s
- Send mode: ignore incoming data block update messages.
-
-m address
- Specify multicast address (default 239.206.169.119)
- -b
- Use UDP broadcast
-
-e remote-host
- Peer-to-peer mode.
-
-a address
-
Specify explicit broadcast address.
By default, netflc uses the default broadcast address
255.255.255.255.
On systems with more than one network interface, it may be necessary
to specify an explicit broadcast address.
- -k
- Broadcast a SHUTDOWN message.
This will cause all netflc processes
on the network to exit.
- -v
- Be verbose
- -q
- Be quiet
-
-i interval
- Frame rate is interval milliseconds (default 100)
-
-p port
- Use UDP port port (default flcomms:4043)
As of version 1.5, netflc uses UDP multicast by default;
earlier versions used broadcast UDP.
Use netflc -b to communicate with older versions
of the program.
flcomms(1), libflcomms(3), ifconfig(8)