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,64513ef2312f1902 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-17 03:17:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.54.122.107!newsfeed1.bredband.com!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: sockets in ADA Date: Wed, 17 Oct 2001 10:17:55 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <9qjg5t$1qtd$1@newsreader1.mclink.it> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1003313875 11064 129.241.83.82 (17 Oct 2001 10:17:55 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 17 Oct 2001 10:17:55 +0000 (UTC) User-Agent: slrn/0.9.7.2 (Linux) Xref: archiver1.google.com comp.lang.ada:14790 Date: 2001-10-17T10:17:55+00:00 List-Id: On Wed, 17 Oct 2001 10:44:14 +0200, F wrote: > Can someone tell me were can i find documentation about the use of sockets > in ada language? > I'd like to build a Server program able to comunicate whith different client > programs. Here you can find AdaSockets. I believe GNAT also has a socket package now, but is not yet in the public version of GNAT. http://www.infres.enst.fr/ANC/ Here is a Simple MUD that uses the Ada Sockets http://members.aol.com/drveg/mud/ Here from the "Big Online Book of Linux Ada Programming", though it looks like it also does some thin binding to the C lib ie. not using AdaSockets. http://www.vaxxine.com/pegasoft/homes/16.html#16.23 Hope it helps :-) __ Preben Randhol