Can you tell me how to run it please?
Out of the box it should drive a 4x8 monitor connected to the back of the computer. Not sure if it will crash without a rednet modem connected, but if you want to be safe, connect a rednet modem to the top.
Download the files clock, numbers and clockWriter. Put those in the root (/) folder of your computer. Keep their names the same and in the same case.
Now, run "clock" and it should start writing the time to the monitor.
Parameters like the size of the text, the sides to which monitor and rednet are attached, and day/night transition times are set in the clock program file itself. If you want to run on a smaller monitor, I'd suggest changing mon.setTextScale(3.5) to mon.setTextScale(1) and going up or down depending on how it fits.
To display on a second monitor, download clockSlave, numbers and clockWriter to a second computer connected to its own monitor. Edit the clockSlave file to match your modem and monitor sides. Edit clock on the master computer and put the second computer's id in the table tClients{}. You can get rid of the numbers that are in there now. Save that, run clock on the master computer, then run clockSlave on the secondary computer. They should both display the same time now.
The binary slave clock is more complicated to set up. The program outputs the time over bundled cable as the set of colors associated with that particular number. The seconds displaying on the first 6 colors, and the minutes displaying on the next four colors. You can see the colors in order on the
color api wiki page. I uploaded some
better screenshots of my setup that might help. Of course, the side you connect the bundled cable to and the side of the rednet modem are configurable in the clockSlaveBin file. You only need the clockSlaveBin file for this particular clock, but of course its id has to be listed in the tClients table on the server clock. If you don't understand binary numbers, or the rs.setBundledOutput() function, you might want to skip this one.
If you get it working, post screenshots of your setup!