[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: A Java-based Tor simulator -- where can I share it?
- To: or-dev@xxxxxxxxxxxxx
- Subject: Re: A Java-based Tor simulator -- where can I share it?
- From: Benedikt Boss <benedikt.boss@xxxxxxxxxxxxxx>
- Date: Mon, 23 Apr 2007 13:49:03 +0200
- Delivered-to: archiver@seul.org
- Delivered-to: or-dev-outgoing@seul.org
- Delivered-to: or-dev@seul.org
- Delivery-date: Mon, 23 Apr 2007 07:58:27 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=hxQZHTUi49f0eXQ+obb4xIYCMyq3OD3pGdvDOYt/DTRHJMBcaMhpSegmIFs7LRYL4zoYU3MvBnz0KLQHVEL0i8R4+hqD5WXm4kdvOH246hTDORGldIvF9Npmh/8rEQe3bIlEsMx9HfCzOeknlwlAy78RFgZ5rpw+5IX5l565fWo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=CKB31OZl+XBCgeKc1s6Jv+LlUpMk+xc0CPa9f2WA4isAK9q2ATL/zOWb1porL9AbMAibXOBq4Z3OnDhhbIUxnjCsbzfF0734sDBf5M2+63HaoI2S7+Vioad7LP7gINQwGw3Tyg5g5hmuM/x06+bdAx9rOwo6BbAxeKb31f+3Ilo=
- In-reply-to: <20070423062444.GT28282@moria.seul.org>
- References: <462BF2BF.2070001@gmx.net> <20070423062444.GT28282@moria.seul.org>
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
- User-agent: mutt-ng/devel-r655 (Linux)
very nice! im very looking forward to this one ..
how is traffic generated in the simulation? do you have sort of a rule
based generator or do i still need manual interaction?
greetings
benedikt
On Mon, Apr 23, 2007 at 02:24:45AM -0400, Roger Dingledine wrote:
> On Mon, Apr 23, 2007 at 01:41:51AM +0200, Karsten Loesing wrote:
> > as a preparatory work for my GSoC project I implemented a Java-based Tor
> > simulator that might also be useful for others (the other GSoC
> > students?).
>
> Great!
>
> > Originally, it was intended to analyze behavior of hidden
> > service requests in public and private Tor networks. But I think it can
> > be used for other services in Tor, too. At least it can be a start to
> > generate a first network configuration. If you want to read more, I
> > attached the first section of the howto to this mail. And maybe you can
> > read even more in the future......
> >
> > (and this brings me to my actual question): ...... where? How can I
> > share this code? Can you host it at your Subversion repository? Or will
> > Google host it (because it's part of the project)? I could also host it
> > at the CVS repository at our university, but how would others learn
> > about it (link)?
> >
> > The next question is about the code that we GSoCers are going to write
> > during our projects: do you create a branch for each GSoC project? Or
> > will we host our projects at Google or by ourselves?
>
> We are happy to add projects like this to the Tor SVN repository when it
> makes sense (and in this case it probably does). The usual approach is
> for the author to put a tarball up somewhere first, so we can grab it and
> look through it to see what it actually is, whether it's ready or wants
> a lot of revision before it goes 'live', etc. If you don't have any place
> to post a tarball, let me know and I can give you some web space on moria.
>
> We'll probably want to make a new module in SVN for this, and for other
> projects as they come up. We don't really have a formal process for
> picking names for new modules, since we've only done it a handful of
> times so far, so the current plan is to continue winging it. :)
>
> > And the last question: What about licenses? What do I have to write to
> > the code to include it in the license?
>
> I'm not clear on what your question is here. Our favorite license
> currently is the 3-clause BSD license, and the rest of the projects in Tor
> SVN use that license too. If you want to use 3-clause BSD too, feel free
> to grab the text of it from a Tor tarball, change the names, years, etc,
> and now you have your own shiny new license. Is this what you were asking?
>
> Thanks!
> --Roger