Notes on Multiplexer operation. Jon Barney 11/15/2016 Multiplexer software in .zip file: multiplexersoftware.zip This should require some initial setup, and then work fairly easily. in setup.tcl: Change the default IP address. For an IP address of 12.3.45.678, include these lines: set IP1 12 set IP2 3 set IP3 45 set IP4 678 and remove any other lines setting the IP address. in switch.tcl: you can change the colors of the bars. You can also change what the channels default to. This bit of code: frame .mb for {set x 1} {$x < 9} {incr x} { frame $switcher.channel.$x } sets the switchers 1-8 to default to channels 1-8 To run, you should be able to do: ./switch to bring up a GUI