From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d4ccd64f6bc1394a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.131.193 with SMTP id y1mr1325831qas.8.1363702733209; Tue, 19 Mar 2013 07:18:53 -0700 (PDT) X-Received: by 10.50.217.161 with SMTP id oz1mr401626igc.3.1363702732740; Tue, 19 Mar 2013 07:18:52 -0700 (PDT) Path: k8ni1418qas.0!nntp.google.com!dd2no2533222qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 19 Mar 2013 07:18:52 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 195.58.145.51 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <82468c00-9abe-4ea2-b1eb-46e31f49deb6@googlegroups.com> Subject: Re: ada and rest services From: tonyg Injection-Date: Tue, 19 Mar 2013 14:18:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-03-19T07:18:52-07:00 List-Id: On Sunday, 17 March 2013 18:52:13 UTC, tmo...@acm.org wrote: > >> I have an Ada program communicating with Javascript on an Android (et al) > > >> using WebSockets. > > > > > > I would be very interested to see the javascript and the ada code for > > >that if you are ok with that please! > > > > I emailed you speed2.zip, containing a little test program "speed2.htm" > > and "speed2.adb", and "websoc.ad?", the important part of the websockets > > communicator. > > > > speed2 is a little test program that times the transfer of a 160K image > > and displays that on a scrolling graph on the browser, presumed to be a > > smartphone. It lets you walk around and watch how distance or obstacles > > change the effective WiFi data transfer rate. > > > > The Ada code uses Claw.Sockets (www.rrsoftware.com) and SHA > > (www.cc.utah.edu/~nahaj/). It also uses my packages tty_out and log, to > > log what's happening on the PC side. Thanks. Taking a look.