From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cedric Cellier Newsgroups: gmane.lisp.guile.user Subject: AgentX implementation in guile Date: Fri, 22 Oct 2010 19:16:28 +0200 Message-ID: <20101022171628.GA7906@securactive.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287767830 11251 80.91.229.12 (22 Oct 2010 17:17:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Oct 2010 17:17:10 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Oct 22 19:17:09 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P9LEp-0004WM-7L for guile-user@m.gmane.org; Fri, 22 Oct 2010 19:17:07 +0200 Original-Received: from localhost ([127.0.0.1]:37824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9LEo-00015f-DG for guile-user@m.gmane.org; Fri, 22 Oct 2010 13:17:06 -0400 Original-Received: from [140.186.70.92] (port=44220 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9LEg-00012P-Py for guile-user@gnu.org; Fri, 22 Oct 2010 13:16:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9LEf-0007s3-MT for guile-user@gnu.org; Fri, 22 Oct 2010 13:16:58 -0400 Original-Received: from smtp5-g21.free.fr ([212.27.42.5]:60245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9LEf-0007nF-3z for guile-user@gnu.org; Fri, 22 Oct 2010 13:16:57 -0400 Original-Received: from apc.happyleptic.org (unknown [82.67.194.89]) by smtp5-g21.free.fr (Postfix) with ESMTP id 26474D48181 for ; Fri, 22 Oct 2010 19:16:34 +0200 (CEST) Original-Received: from ccellier.rd.securactive.lan (extranet.securactive.org [82.234.213.170]) by apc.happyleptic.org (Postfix) with ESMTP id 32B9C33856 for ; Fri, 22 Oct 2010 19:32:28 +0200 (CEST) Original-Received: from rixed by ccellier.rd.securactive.lan with local (Exim 4.71) (envelope-from ) id 1P9LEC-00025i-7p for guile-user@gnu.org; Fri, 22 Oct 2010 19:16:28 +0200 Mail-Followup-To: Cedric Cellier , guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8204 Archived-At: Like announced on the IRC channel some days ago, I'm writting an agentX implementation for Guile (this is a way to talk easily to a SNMP master agent). Here is the first version : http://github.com/rixed/guile-agentx This is very easy to use but also probably full of bugs and missing features. Any ideas welcomed.