=====hpc1 Keyword 2===== Internet Radio Network ====Definition==== A way to listen to and share music over an online means and broadcasting it throughout an area of interest using a series of inputs from a grouping of computers to decide its output. ====References==== * http://cowboyfrank.net/real/RadioStation.htm * http://www.youtube.com/watch?v=YjySsLz11Yk =====hpc1 Keyword 2 Phase 2===== Internet Radio Network ====Definition==== A way to listen to and share music over an online means and broadcasting it throughout an area of interest using a series of inputs from a grouping of computers to decide its output. ====References==== * http://cowboyfrank.net/real/RadioStation.htm * http://www.youtube.com/watch?v=YjySsLz11Yk ====Demonstration==== Demonstration of the indicated keyword. If you wish to aid your definition with a code sample, you can do so by using a wiki **code** block, an example follows: /* * Sample code block */ #include int main() { return(0); } Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows: lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$