[tram] draft-johnston-tram-stun-origin-02.txt pilot implementation

Oleg Moskalenko <mom040267@gmail.com> Sun, 04 May 2014 06:44 UTC

Return-Path: <mom040267@gmail.com>
X-Original-To: tram@ietfa.amsl.com
Delivered-To: tram@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1EA0A1A0165 for <tram@ietfa.amsl.com>; Sat, 3 May 2014 23:44:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.749
X-Spam-Level:
X-Spam-Status: No, score=-1.749 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UHbNik9gdTYY for <tram@ietfa.amsl.com>; Sat, 3 May 2014 23:44:26 -0700 (PDT)
Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) by ietfa.amsl.com (Postfix) with ESMTP id C89141A015D for <tram@ietf.org>; Sat, 3 May 2014 23:44:25 -0700 (PDT)
Received: by mail-wi0-f178.google.com with SMTP id hm4so4164576wib.5 for <tram@ietf.org>; Sat, 03 May 2014 23:44:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vzVez5+3PM8YCy97hNhk9KPF51Z8cO0aWEx2I243kLE=; b=eQ/X8pbvR9uL8k+dFCdoZQJJO3dCy3fPoq0LEBIhNq3EZHHCzxrUtpeO/KGVqQsJwe brFEtef1+mZxaGWaT5XRpvcrRBS9WZEq43qStHRKewbe63+bTts+3LF+faiEbL1NWkvt cy2xB60OoDvz/HXDU8O/ecAVerHdRIZkZFcJtOVAmQOJ0BuLplQx64bHLpjwBVNO0Bu8 vElaq3Ay3toWaVQwVyHqAP9A6bE8qSIHGZ7O2kosAi17eTZuAZWuEZRvJnNyH+PHEYIN +HEOJ1ZPmXrllY98wfwYoTelv/SUVe4gTn9MZiMGssZadqB+iEZhzXBPp2Ed/bS8q3pY k9Cw==
MIME-Version: 1.0
X-Received: by 10.180.14.229 with SMTP id s5mr10558872wic.10.1399185862343; Sat, 03 May 2014 23:44:22 -0700 (PDT)
Received: by 10.194.9.67 with HTTP; Sat, 3 May 2014 23:44:22 -0700 (PDT)
Date: Sat, 03 May 2014 23:44:22 -0700
Message-ID: <CALDtMr+4ooPzftytQ=oo6OXxHFQn9qt2bcwGFUgQkVw=D2BjGg@mail.gmail.com>
From: Oleg Moskalenko <mom040267@gmail.com>
To: "tram@ietf.org" <tram@ietf.org>
Content-Type: multipart/alternative; boundary="f46d040fa0064cc13404f88d58a6"
Archived-At: http://mailarchive.ietf.org/arch/msg/tram/BfNaao91CLiIq5w6AAs7jkIw5_c
Subject: [tram] draft-johnston-tram-stun-origin-02.txt pilot implementation
X-BeenThere: tram@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Discussing the creation of a Turn Revised And Modernized \(TRAM\) WG, which goal is to consolidate the various initiatives to update TURN and STUN." <tram.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tram>, <mailto:tram-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tram/>
List-Post: <mailto:tram@ietf.org>
List-Help: <mailto:tram-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tram>, <mailto:tram-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 04 May 2014 06:44:27 -0000

I was trying to provide a sort of reference implementation and proof of
concept for the multi-tenant TURN server. I created a clone (a spin-off) of
rfc5766-turn-server project and I was working on the multiple realms
support as I understand that concept:

https://code.google.com/p/coturn/

This implementation is backward-compatible with rfc5766-turn-server project
but the code is more complex and it uses a different (also more complex)
database structure.

My intention is to put all new TRAM features into that new project.

Oleg