Miscellaneous


This page contains miscellaneous "stuff" for Computer Networks.


Writing related

  1. The master reference for style is IEEE-CS Style Guide.

  2. The IEEE conference paper template for Word is here. Two example papers are here and here.

  3. See here for resources related to writing.

Programming related

  1. Programming style guidelines are essential for any large project. The required style guidelines for this class are here.

  2. A large collection of sample programs, some which may be helpful to students in this class, is here.

  3. How to set-up Microsoft VisualC++ for command line use is shown here.

  4. An excllent sockets programming guide is Beej's Guide to Network Programming.

  5. TCP/IP Sockets in C by Donahoo and Calvert - Probably the best handbook on sockets programming. I highly recommend this book as an addition to your personal library. The book website has some very useful sample programs (see here).

  6. If you want to use the Microsoft Visual IDE to build sockets programs, see here for helpful instructions. The net is that you must build a console application and include wsock32.dll in the Project Settings / Object-library modules list.

  7. How to build CSIM20 programs from the command line is shown here.

Statistics related tool

Markov modeling related tools

Last update on August 2, 2014