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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,752e2b317a36a36c X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: TCP/IP Date: 1999/10/31 Message-ID: <7vijog$qdc$1@news.gate.net>#1/1 X-Deja-AN: 542889141 References: <7vi9s9$3992@tech.port.ac.uk> X-Mimeole: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 941412944 27052 199.227.189.49 (31 Oct 1999 23:35:44 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 31 Oct 1999 23:35:44 GMT Newsgroups: comp.lang.ada Date: 1999-10-31T23:35:44+00:00 List-Id: I asume you are looking for a BSD sockets implementation: For Win32: AdaSockets for Win32 http://stad.dsl.nl/~jvandyk/packages.html#ADASOCK Winsock2 Binding (Winters) http://www.adapower.com/reuse/winsock2.html For others: AdaNetworkComponents - AdaSockets http://www.infres.enst.fr/ANC/ There is also an example of binding directly to BSD sockets at: BSD - Sockets (Botton) http://www.adapower.com/os/bsd-sockets.html David Botton Mat Grove wrote in message <7vi9s9$3992@tech.port.ac.uk>... >I've just started learning Ada at University, I was >wondering if any one knows where I can find a >library implementing TCP/IP for Ada? > >Cheers, Mat > >