Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.04; 'reason,': 0.07; 'dan': 0.09; 'subject:trying': 0.09; 'cc:addr :python-list': 0.11; 'wrote': 0.14; 'cc:name:python list': 0.16; 'simple.': 0.16; 'url:gz': 0.16; 'url:tar': 0.16; 'thursday,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'thu,': 0.19; 'examples': 0.20; 'subject:] ': 0.20; 'cc:addr:python.org': 0.22; 'installation': 0.23; 'server.': 0.24; 'cc:2**0': 0.24; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'page.': 0.31; 'jean': 0.31; 'link.': 0.33; 'trouble': 0.34; 'could': 0.34; 'december': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'installing': 0.36; 'url:org': 0.36; 'example,': 0.37; 'thank': 0.38; 'pm,': 0.38; '12,': 0.39; 'to:addr:gmail.com': 0.65; 'results': 0.69; 'abstracts': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HbT/zgxSpPwlrUvouKeDWeD/OLTk+Ged1Z4C9SDl2jA=; b=jmnrvORItC9oan2n2J4ZszQ68iZhKk63OVo/XLxcta4gflSk5bJbldukTcZM/2byeB KOZCOxmt3N+TkbPjxD580xndDGAjU08IPoxRcYpDpiFatXskpIk2vLzFyQfyyvAK4LDt rLFe9wddjylqnkhUUyU+RYgymb2m8LhDkA9aSzE7D8XgrF4MAv6yniNy3zcQ34dCOcIN vrUfwyqon7Nmx2WUZXQieLsCFbO9GsXYTLMPiDUxtihJXuTb2mkglyD3eXygA/ySoc/7 B/2nH5YlHvJ2TBIJu4uOoU8QXsWkB43lOoMCpImS9BeDoUfxKV2lSqyXQFpKS/Scr7Ox oysQ== MIME-Version: 1.0 X-Received: by 10.194.84.72 with SMTP id w8mr168074wjy.55.1386905550955; Thu, 12 Dec 2013 19:32:30 -0800 (PST) In-Reply-To: <693052e5-a884-460a-8dc1-9a13b6d829aa@googlegroups.com> References: <693052e5-a884-460a-8dc1-9a13b6d829aa@googlegroups.com> Date: Thu, 12 Dec 2013 19:32:30 -0800 Subject: Re: [newbie] trying socket as a replacement for nc From: Dan Stromberg To: Jean Dubois Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386905558 news.xs4all.nl 2841 [2001:888:2000:d::a6]:56945 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61787 On Thu, Dec 12, 2013 at 7:23 PM, Jean Dubois wrote: > Op donderdag 12 december 2013 22:23:22 UTC+1 schreef Dan Stromberg: >> On Thu, Dec 12, 2013 at 12:28 AM, Jean Dubois wrote: >> >> > On Thursday, December 12, 2013 12:20:36 AM UTC+1, Dan Stromberg wrote: >> >> >> On Wed, Dec 11, 2013 at 3:08 PM, Jean Dubois wrote: >> >> For this reason, I wrote http://stromberg.dnsalias.org/~strombrg/bufsock.html , which abstracts away these complications, and actually makes things pretty simple. There are examples on the web page. > Thank you very much for the example, the only trouble I'm having now is installing the bufsock module: > wget http://dcs.nac.uci.edu/~strombrg/bufsock.tar.gz > results in The requested URL /~strombrg/bufsock.tar.gz was not found on this server. > Could you supply me the necessary installation instructions? That's an old link. It's now at http://stromberg.dnsalias.org/~strombrg/bufsock.html HTH