[beepwg] C++ lib

Ye Deng <yedeng0@gmail.com> Thu, 22 January 2009 02:46 UTC

Return-Path: <beepwg-bounces@beepcore.org>
X-Original-To: ietfarch-beep-archive@core3.amsl.com
Delivered-To: ietfarch-beep-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 134CD28C17F for <ietfarch-beep-archive@core3.amsl.com>; Wed, 21 Jan 2009 18:46:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.109
X-Spam-Level:
X-Spam-Status: No, score=-1.109 tagged_above=-999 required=5 tests=[BAYES_05=-1.11, HTML_MESSAGE=0.001]
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 O5wDiVMlccsf for <ietfarch-beep-archive@core3.amsl.com>; Wed, 21 Jan 2009 18:45:59 -0800 (PST)
Received: from hl27.dinaserver.com (hl27.dinaserver.com [82.98.144.26]) by core3.amsl.com (Postfix) with ESMTP id AB89928C206 for <beep-archive@lists.ietf.org>; Wed, 21 Jan 2009 18:45:53 -0800 (PST)
Received: from hl27.dinaserver.com (localhost [127.0.0.1]) by hl27.dinaserver.com (Postfix) with ESMTP id 91301514F47; Thu, 22 Jan 2009 03:45:34 +0100 (CET)
X-Original-To: beepwg@beepcore.org
Delivered-To: beepwg-lista@hl27.dinaserver.com
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by hl27.dinaserver.com (Postfix) with ESMTP id 6B2974EDF84 for <beepwg@beepcore.org>; Thu, 22 Jan 2009 03:45:26 +0100 (CET)
Received: by qw-out-2122.google.com with SMTP id 3so1289024qwe.47 for <beepwg@beepcore.org>; Wed, 21 Jan 2009 18:45:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=zf6ktubhA1/otXohbOqRH8v+dTowp7hGrdis0723WTk=; b=RkmvnlnS1Z67JHNIPjcpsFn+qFBURHnT8vRcJhsfbo2L4rBigmfiLLHj4CoACxpAMP a/pxQBpHXyVPK9b3bYv3zdnjWVLzJhJ79YkaSEuh9D8nm3H9bbMML6LHU+QQ1pcvUcVs QzgzqgE7Hcvv0s+oAqnDTED4kI1RHVqoOFpuM=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XPoTQsgdLA2Hwfp5dh2W0XBprLOrdAwVw1Qspc+iopL45rwhode1kwuPzi6CGtCPZ5 VLHFZZZvWWqrG8Vu+OLc9RAcodnaqJrEX8TPlvdEnMCqg197oIMNV2SdyAE/T1oYrwwi cDl8tnHc18iB3uxmiNccQWOGc/txEPS6k+EXk=
MIME-Version: 1.0
Received: by 10.214.116.15 with SMTP id o15mr5958428qac.246.1232592326115; Wed, 21 Jan 2009 18:45:26 -0800 (PST)
Date: Wed, 21 Jan 2009 21:45:26 -0500
Message-ID: <8deb0b5b0901211845g24d8585csd88497b6e74ee381@mail.gmail.com>
From: Ye Deng <yedeng0@gmail.com>
To: beepwg@beepcore.org
Content-Type: multipart/alternative; boundary="0015175cdfaac04072046109430c"
X-DinaScanner: Libre de Virus, Este E-Mail no ha sido analizado.
X-DinaScanner-SpamCheck: no es spam (whitelisted), SpamAssassin (not cached, puntaje=-2.598, requerido 6, autolearn=not spam, BAYES_00 -2.60, HTML_MESSAGE 0.00),
Subject: [beepwg] C++ lib
X-BeenThere: beepwg@beepcore.org
X-Mailman-Version: 2.1
Precedence: list
List-Id: <beepwg.beepcore.org>
List-Help: <mailto:beepwg-request@beepcore.org?subject=help>
List-Post: <mailto:beepwg@beepcore.org>
List-Subscribe: <http://beepcore.org/mailman/listinfo/beepwg>, <mailto:beepwg-request@beepcore.org?subject=subscribe>
List-Unsubscribe: <http://beepcore.org/mailman/listinfo/beepwg>, <mailto:beepwg-request@beepcore.org?subject=unsubscribe>
Sender: beepwg-bounces@beepcore.org
Errors-To: beepwg-bounces@beepcore.org
X-DinaScanner-Information: DinaScanner. Filtro anti-Spam y anti-Virus
X-DinaScanner-From: beepwg-bounces@beepcore.org --0015175cdfaac04072046109430c
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit

Hello all,

I am looking for a C++ beep lib to implement some simple protocol (may use XML for protocol data structure).

The protocol I am going to implement need to run over secure channel (SSL/TSL).
But, I dont want the beep lib to take care of the secure lager, since I have the SSL/TSL infrastructure already.
I want the beep lib to do the jobs only related to application layer protocol implementing. (e.g. framing)

Is there an appropriate C++ beep lib for me?

Deng