NAME

netflc -
FLIGHTLAB comms block network replicator

SYNOPSIS

netflc [ -rsbk | -e host ]  [ -vq ] [ -i interval ] [ -p port ] 

DESCRIPION

netflc is a peer-to-peer networking utility which synchronizes the FLCOMMS shared memory blocks across multiple hosts on a network.

OPTIONS

-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)

TROUBLESHOOTING

NOTES

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.

SEE ALSO

flcomms(1), libflcomms(3), ifconfig(8)