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,ab4a31a29478fe5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-16 10:58:18 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!newsfeeds.belnet.be!news.belnet.be!news1.ebone.net!news.ebone.net!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!aragorn.hemma.kungalv.se!nobody From: d96andgi@dtek.chalmers.se (Anders Gidenstam) Newsgroups: comp.lang.ada Subject: Re: Client/server Date: Fri, 16 Feb 2001 18:56:16 +0100 Organization: Chalmers University of Technology Message-ID: <0kpj69.h11.ln@aragorn.hemma.kungalv.se> References: <3A8D41DD.56556DBA@starwarsfan.com> NNTP-Posting-Host: licia.dtek.chalmers.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: nyheter.chalmers.se 982349894 12531 129.16.30.88 (16 Feb 2001 18:58:14 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 16 Feb 2001 18:58:14 GMT X-Newsreader: knews 1.0b.1 Xref: supernews.google.com comp.lang.ada:5309 Date: 2001-02-16T18:58:14+00:00 List-Id: In article <3A8D41DD.56556DBA@starwarsfan.com>, Jonas Adolfsson writes: > Hallo, > I'm working on a robot simulator and need to build a client/server where > the server should be written in Ada. Does anyone know where I can find a > library for UNIX that handles these kind of issues (for instance TCP > connections)? Hello! A good place to start looking is http://www.adapower.com For sockets I recommend AdaSockets: http://www-inf.enst.fr/ANC/ and if you need more OS features (and your system is POSIX compilant) the Florist POSIX binding is very useful: http://www.cs.fsu.edu/~baker/florist.html Binaries for at least Linux are available at AdaPower. Btw. I have a (somewhat confused) behaviorbased robot control system on my homepage http://www.dtek.chalmers.se/~d96andgi under the Autonomous Agents link. (Unfortunatly the report is in swedish) Best Regards Anders Gidenstam -- -------------------------------------------- "A well-written program is its own heaven; a poorly-written program is its own hell." - The Tao of Programming