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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,653092a494425539 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-11 21:01:27 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn51feed!worldnet.att.net!attbi_s04.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Sockets Example References: <4d01ad29.0404111139.58cd3e55@posting.google.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.132.82 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s04 1081742487 24.6.132.82 (Mon, 12 Apr 2004 04:01:27 GMT) NNTP-Posting-Date: Mon, 12 Apr 2004 04:01:27 GMT Organization: Comcast Online Date: Mon, 12 Apr 2004 04:01:27 GMT Xref: archiver1.google.com comp.lang.ada:6989 Date: 2004-04-12T04:01:27+00:00 List-Id: >Hello there, I was wondering if anybody could provide some socket >examples for ada as I've looked everywhere and only found really >pretty basic things (ie the header of the gnat.sockets package) >... >Could anybody explain to me how you'd go about querying a http server >and getting a response? Even retrieve a specific file? The code I'm Did you search at www.adaic.com or www.adapower.com or www.adaworld.com? There's quite a bit of stuff, both simple and complex. >From a message I posted here 12/29/2003: >FTP, HTTP, and SMTP packages, with example programs, are now available >at www.adaworld.com, thanks to Stephane Richard. Click on Ada Projects, >then Ada Internet Projects, then Internet Protocols. A .zip file has >the specs. Another zip file has bodies implemented with NC, a high >level winsock binding based on, but Not requiring, Claw. The third >zip file has NC, with a short example program that fetches a webcam >picture of current Silicon Valley weather.