From owner-freebsd-hackers@FreeBSD.ORG Sat May 17 14:41:24 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DE9D106566B for ; Sat, 17 May 2008 14:41:24 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 15B498FC13 for ; Sat, 17 May 2008 14:41:24 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m4HEfHtv043213; Sat, 17 May 2008 07:41:21 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <482EEE8D.5000208@freebsd.org> Date: Sat, 17 May 2008 07:41:17 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Victor Hugo Bilouro References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: GSoC Student X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 14:41:24 -0000 Sounds interesting. I'm looking forward to hearing more about your work. Cheers, Tim Kientzle Victor Hugo Bilouro wrote: > Hi, > > I'm Victor Hugo *Bilouro*, GSoC participant. > > I'll be working on tcptest. It's name came from TCP/IP Regression test suite. > > As a testing tool it can: > *be a conformance test > *test a bug already fixed (regression test - one test for each fixed bug) > *test a new feature (help protocol developer) > *simulate certain cases > > It will be build on top of pcs.sf.net (Package Construction Set) > "PCS is a set of Python modules and objects that make building network > protocol code easier for the protocol developer. The core of the > system is the pcs module itself which provides the necessary > functionality to create classes that implement packets. " > > My mentor is George V. Neville-Neil, no comments. :-) > > GSoC started a month ago, by this time, I had almost all environment > done, and I'm spending several times reading and often playing with > pcs. (cool) > > Books i bought: > (*)TCP/IP Illustrated Volume 1 (far the best) Stevens > (*)TCP/IP Guide Charles M.Kazierok (www.tcpipguide.com) > (*)Internetworking with tcp/ip > > I will post on __link__ links, books, status report, futures releases > information, news, everything about the project. > > __link__: http://wiki.freebsd.org/VictorBilouro/TCP-IP_regression_test_suite > > > Regards