[Dime] freeDiameter implementation

Sebastien Decugis <sdecugis@nict.go.jp> Tue, 23 March 2010 16:31 UTC

Return-Path: <sdecugis@nict.go.jp>
X-Original-To: dime@core3.amsl.com
Delivered-To: dime@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 369B83A6CBA for <dime@core3.amsl.com>; Tue, 23 Mar 2010 09:31:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.481
X-Spam-Level: *
X-Spam-Status: No, score=1.481 tagged_above=-999 required=5 tests=[BAYES_50=0.001, DNS_FROM_OPENWHOIS=1.13, HELO_EQ_FR=0.35]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LCtTaS-Yk+MX for <dime@core3.amsl.com>; Tue, 23 Mar 2010 09:31:23 -0700 (PDT)
Received: from sd-11965.dedibox.fr (sd-11965.dedibox.fr [88.191.67.190]) by core3.amsl.com (Postfix) with ESMTP id E304A3A6C7F for <dime@ietf.org>; Tue, 23 Mar 2010 09:31:22 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by sd-11965.dedibox.fr (Postfix) with ESMTP id 7B2A727DD1 for <dime@ietf.org>; Tue, 23 Mar 2010 17:31:40 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at sd-11965.dedibox.fr
Received: from sd-11965.dedibox.fr ([127.0.0.1]) by localhost (sd-11965.dedibox.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BbS8h276DDWd for <dime@ietf.org>; Tue, 23 Mar 2010 17:31:35 +0100 (CET)
Received: from [202.249.37.5] (morbier.koganei.wide.ad.jp [202.249.37.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sd-11965.dedibox.fr (Postfix) with ESMTPSA id 7909E27DD0 for <dime@ietf.org>; Tue, 23 Mar 2010 17:31:34 +0100 (CET)
Message-ID: <4BA8ECE1.1080109@nict.go.jp>
Date: Wed, 24 Mar 2010 01:31:29 +0900
From: Sebastien Decugis <sdecugis@nict.go.jp>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3
MIME-Version: 1.0
To: "dime@ietf.org" <dime@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Subject: [Dime] freeDiameter implementation
X-BeenThere: dime@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Diameter Maintanence and Extentions Working Group <dime.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/dime>, <mailto:dime-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dime>
List-Post: <mailto:dime@ietf.org>
List-Help: <mailto:dime-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dime>, <mailto:dime-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Mar 2010 16:31:26 -0000

Hello,

(sorry for the slightly off-topic mail)

I just thought I could take the opportunity of IETF77 meeting to present
the freeDiameter [1] implementation if there is interest here.

In short, freeDiameter is a new open-source implementation, in C
language, BSD-like license (WIDE license actually), supporting RFC3588
and 3588bis documents (i.e. dedicated TLS port, simplified state
machine), designed to be easily extended (bu plug-ins) to support any
Diameter application you like (or advanced routing, or...).

Currently, only the base protocol is supported, but there is work in
progress on two plug-ins: a RADIUS/Diameter gateway (following
guidelines of RFC4005), and a Diameter EAP server (RFC4072) implementation.

If you are interested in a detailed presentation on this project, please
mail me, and I will organize a small tutorial during this IETF meeting.

Thanks for reading!
Best regards,
Sebastien.

[1] http://aaa.koganei.wide.ad.jp