Miscellaneous Software


These downloads are programs that were developed for various miscellaneous reasons.


[ Multicast Server ] -
Creates a multicast server on either Unix or Windows that broadcasts a simple message.

[ Multicast Client ] -
Creates a multicast client on either Unix or Windows that joins the group created by the multicast server and receives the simple message.

[ GrayScale ] -
Converts an array of values (a picture) into grayscale values and draws them inside a window. Unfortunately, its a little slow to start up because it draws every pixel. I haven't figured out how to draw an array in real time without having to set each individual pixel.

[ Sidewindow ] -
This is a little program that demonstrates how to create a window from within a console program (that uses a main() function instead of a winmain() function) and have it updated with text dynamically. Useful if you want to add windows to DOS programs without having to recode the entire thing.


Home