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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e976b2d06bac8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.91.231 with SMTP id ch7mr204578wib.1.1353079928339; Fri, 16 Nov 2012 07:32:08 -0800 (PST) Path: ha8ni297966wib.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Adrian-Ken Rueegsegger Newsgroups: comp.lang.ada Subject: Re: ADHCP version 0.3 Date: Fri, 16 Nov 2012 16:31:57 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Date: Fri, 16 Nov 2012 15:32:08 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="8c9201f0ee032bd43ed74b49ffa1b08e"; logging-data="2717"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+SO2d3fU4aDIcYxGBOdD+W" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121027 Icedove/10.0.10 In-Reply-To: Cancel-Lock: sha1:ZLLb3/aErhLTlbR6lh5Dx2idu44= Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-11-16T16:31:57+01:00 List-Id: Hi, On 11/16/2012 07:19 AM, Randy Brukardt wrote: > And another new library... - RLB I am not quite sure how to interpret your comment, but actually ADHCP is not simply another library but instead - as mentioned - an implementation of a DHCP client and relay program. It is usable on a Linux desktop as a replacement for the ISC DHCP client for example. Cheers, Adrian > "Adrian-Ken Rueegsegger" wrote in message > news:k82upf$3hq$1@dont-email.me... >> Hi, >> >> I am proud to announce the first official release of ADHCP, which is an >> implementation of the DHCP protocol in Ada. Currently the project >> provides client and relay services for DHCPv4. >> >> The project website is at [1], the current release 0.3 can be downloaded >> from [2]. >> >> The ADHCP DHCPv4 client (adhcp_client) is D-Bus aware and can be used on >> most modern Linux distributions as a drop-in replacement for other >> clients such as ISC's dhclient or busybox's udhcpc. Instructions on how >> to use adhcp_client on a Linux desktop are available on the project >> website. >> >> adhcp_relay is a DHCPv4 and BOOTP relay agent written in Ada. The relay >> agent listens for DHCPv4 or BOOTP queries from clients or other relay >> agents on a given interface, forwarding them to a specified upstream >> server or relay agent. >> >> The ADHCP implementation is designed to be simple and supports only >> essential features while still conforming to the related DHCP RFCs. A >> small text file documenting the RFC compliance of ADHCP is part of the >> project documentation [3]. >> >> Kind regards, >> Adrian >> >> [1] - http://www.codelabs.ch/adhcp/ >> [2] - http://www.codelabs.ch/download/ >> [1] - http://www.codelabs.ch/adhcp/rfc-conformity.html