From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.trendhosting.net (mail1.trendhosting.net [IPv6:2001:67c:1388:1000::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 25814208A7C for ; Sat, 25 Jan 2014 11:20:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail1.trendhosting.net (Postfix) with ESMTP id EF20A152C4; Sat, 25 Jan 2014 19:20:32 +0000 (GMT) Received: from mail1.trendhosting.net ([127.0.0.1]) by localhost (thp003.trendhosting.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zk_r7C_-UQlQ; Sat, 25 Jan 2014 19:20:30 +0000 (GMT) Message-ID: <52E40E7E.8010902@pocock.com.au> Date: Sat, 25 Jan 2014 20:20:30 +0100 From: Daniel Pocock User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: Dave Taht References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] webrtc on cerowrt X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 19:20:36 -0000 On 25/01/14 16:28, Dave Taht wrote: > On Sat, Jan 25, 2014 at 9:52 AM, Dave Taht wrote: >> This conversation here died, and I don't know if all the requisite packages >> made it up to openwrt. >> >> http://comments.gmane.org/gmane.comp.embedded.cerowrt.devel/1268 >> >> I was willing at the time (and still am) to have the relevant packages >> in the ceropackages repo... > > I just pushed the 2012 package into ceropackages... I was really hoping to get everything through openwrt but I'm happy to work directly with cerowrt on this as well The only progress with openwrt was the bdb c++ header package (one of the build dependencies). Everything else I contributed has been ignored by the openwrt community, I find that quite disappointing and have simply been contributing to other projects like Debian instead. cerowrt has accepted the asio package directly so cerowrt is one step closer to having WebRTC > >> http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/ >> >> There is a new resiprocate release with websocket support: >> >> http://www.resiprocate.org/ReSIProcate_1.9_Release >> There is one new dependency for v1.9.0 - the cajun-jsonapi package: https://github.com/cajun-jsonapi/cajun-jsonapi It is a fairly trivial header package needed during compilation of reSIProcate One issue for me, to run cerowrt myself and test this stuff properly. My own router is Buffalo WZR-HP-AG300H (128MB RAM, 32MB flash) I found my old TP-Link (32MB RAM) was not sufficient to run reSIProcate with TLS support because of the amount of flash and RAM needed when OpenSSL libraries are involved. Will my Buffalo device be suitable for cerowrt or do I need to look at other devices?