[Assorted-commits] SF.net SVN: assorted: [767] udp-prober
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 06:12:51
|
Revision: 767 http://assorted.svn.sourceforge.net/assorted/?rev=767&view=rev Author: yangzhang Date: 2008-05-08 23:12:59 -0700 (Thu, 08 May 2008) Log Message: ----------- released udp prober 0.1 Added Paths: ----------- udp-prober/tags/ udp-prober/tags/0.1/ udp-prober/tags/0.1/README udp-prober/tags/0.1/publish.bash Copied: udp-prober/tags/0.1 (from rev 762, udp-prober/trunk) Copied: udp-prober/tags/0.1/README (from rev 765, udp-prober/trunk/README) =================================================================== --- udp-prober/tags/0.1/README (rev 0) +++ udp-prober/tags/0.1/README 2008-05-09 06:12:59 UTC (rev 767) @@ -0,0 +1,19 @@ +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 + +[boost]: http://www.boost.org/ Copied: udp-prober/tags/0.1/publish.bash (from rev 766, udp-prober/trunk/publish.bash) =================================================================== --- udp-prober/tags/0.1/publish.bash (rev 0) +++ udp-prober/tags/0.1/publish.bash 2008-05-09 06:12:59 UTC (rev 767) @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +fullname='UDP Prober' +version=0.1 +license=gpl3 +websrcs=( README ) +webfiles= +rels=( src-tgz: ) +. assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |