Delivery-Date: Wed, 07 Jan 2015 17:03:14 -0500
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY,
	URIBL_BLOCKED autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 3C8C31E09F6
	for <archiver@seul.org>; Wed,  7 Jan 2015 17:03:12 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id A1CA332B54;
	Wed,  7 Jan 2015 22:03:09 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 79138329B6
 for <tor-talk@lists.torproject.org>; Wed,  7 Jan 2015 22:03:04 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id bdQyNmeFpkkN for <tor-talk@lists.torproject.org>;
 Wed,  7 Jan 2015 22:03:04 +0000 (UTC)
Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.riseup.net",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 57D75325B8
 for <tor-talk@lists.torproject.org>; Wed,  7 Jan 2015 22:03:01 +0000 (UTC)
Received: from berryeater.riseup.net (berryeater-pn.riseup.net [10.0.1.120])
 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.riseup.net (Postfix) with ESMTPS id A290B41B3B
 for <tor-talk@lists.torproject.org>; Wed,  7 Jan 2015 22:02:58 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak;
 t=1420668178; bh=wvkOlT3ajZ6MM3K92ChnJw1FYURTnfImGt2gSXWHHS8=;
 h=Date:From:To:Subject:From;
 b=GbCt6GI93rsxrv8u2Pz6SM1TAAMVtSCUjDUKt+beiB0A76OoARud7E4IthYvC5I/N
 aFH98dQf9cg9ovmIJbUShhJie7vLMYKnvUVGz/pSBCfGFTK5wiLV+NGcOMKMigfHMe
 rxvUdS6+d+42BYa+OEuPrFSuXWhkWpHtXamGf4J4=
Received: from [127.0.0.1] (localhost [127.0.0.1])
 (Authenticated sender: sycamoreone) with ESMTPSA id BB5F94271C
Message-ID: <54ADACAA.9090803@riseup.net>
Date: Wed, 07 Jan 2015 22:01:14 +0000
From: sycamoreone <sycamoreone@riseup.net>
MIME-Version: 1.0
To: tor-talk@lists.torproject.org
X-Virus-Scanned: clamav-milter 0.98.5 at mx1
X-Virus-Status: Clean
Subject: [tor-talk] orc- Onion Router Control in Go
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

Hi,

I recently started to implement parts of the Tor control protocol in Go.
The result for now is a thin abstraction layer that still might be
useful if somebody wants to use the control protocol from within a Go
program.

The code is at https://github.com/sycamoreone/orc

I do have some ideas for a higher-level interface, but no fixed plan
yet. The next step will probably be to add net/http like handlerFuncs to
handle (asynchronous) replies from the onion router.

Cheers!
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

