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,581a6c7e93b75c11 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII X-Received: by 10.224.19.78 with SMTP id z14mr2991305qaa.4.1361384832449; Wed, 20 Feb 2013 10:27:12 -0800 (PST) X-Received: by 10.49.116.1 with SMTP id js1mr1818691qeb.19.1361384832400; Wed, 20 Feb 2013 10:27:12 -0800 (PST) Path: t2ni2qaj.0!nntp.google.com!dd2no975283qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 Feb 2013 10:27:12 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.9; posting-account=l8k8IwoAAADeDydswOzwNzmn10qOk9gt NNTP-Posting-Host: 136.163.203.9 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <26357d01-daad-4b7b-bc10-eaec437c9733@googlegroups.com> Subject: Re: ANN: Anet version 0.2 From: ake.ragnar.dahlgren@gmail.com Injection-Date: Wed, 20 Feb 2013 18:27:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-02-20T10:27:12-08:00 List-Id: On Thursday, November 15, 2012 12:20:27 PM UTC+1, Reto Buerki wrote: > Hi, I'm proud to announce the first official release of Anet, a networkin= g library for the Ada programming language. The project website is at [1], = the current release 0.2 can be downloaded from [2]. An example on how to us= e Anet to implement client/server-applications is provided on the project p= age as well. Anet currently provides the following features: * BSD socket i= mplementation * High abstraction level * Extendable socket type hierarchy *= Socket receiver tasks (Stream and Datagram) * Ada type serialisation/deser= ialisation over sockets * Supported socket families - IPv4 (AF_INET) - IPv6= (AF_INET6) - Packet (AF_PACKET) - UNIX domain (AF_UNIX) - Netlink (AF_NETL= INK) * Supported socket modes - Stream (TCP) - Datagram (UDP) * Support for= IPv4/IPv6 multicast * UDP/IPv4 packet creation and validation * Binding to= the Linux Packet Filter (LPF) system Kind regards, - reto [1] - http://www= .codelabs.ch/anet/ [2] - http://www.codelabs.ch/download/ Hi Reto, Is Anet crossplatform or *nix specific? My guess would be *nix specific. By the way, great work you and your collegues have been doing at codelabs. Best regards, =C5ke Ragnar Dahlgren