[Assorted-commits] SF.net SVN: assorted: [763] udp-prober/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 06:08:20
|
Revision: 763 http://assorted.svn.sourceforge.net/assorted/?rev=763&view=rev Author: yangzhang Date: 2008-05-08 23:08:27 -0700 (Thu, 08 May 2008) Log Message: ----------- added a readme Added Paths: ----------- udp-prober/trunk/README Added: udp-prober/trunk/README =================================================================== --- udp-prober/trunk/README (rev 0) +++ udp-prober/trunk/README 2008-05-09 06:08:27 UTC (rev 763) @@ -0,0 +1,18 @@ +Overview +-------- + +UDP Prober is a simple program that takes a list of hosts and probes the entire +list periodically. This was an exercise in being "C++-ish," which meant using +boost libraries rather than C platform libraries---in particular, it was an +excuse for me to play with boost::asio. I tried to keep things simple, but the +end result is rather more complicated and verbose than I had anticipated. +boost::asio seems to make writing even the simplest of network applications an +ordeal. + +Setup +----- + +Requirements: + +- [boost] 1.35.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |