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-Thread: a07f3367d7,e976b2d06bac8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.96.6 with SMTP id do6mr3722996wib.1.1353486751428; Wed, 21 Nov 2012 00:32:31 -0800 (PST) MIME-Version: 1.0 Path: q13ni3751wii.0!nntp.google.com!feeder2.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!94.232.116.13.MISMATCH!feed.xsnews.nl!border-3.ams.xsnews.nl!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!backlog2.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!gandalf.srv.welterde.de!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: ADHCP version 0.3 Date: Fri, 16 Nov 2012 00:19:39 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1353046797 9472 69.95.181.76 (16 Nov 2012 06:19:57 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 16 Nov 2012 06:19:57 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Original X-Original-Bytes: 2400 Date: 2012-11-16T00:19:39-06:00 List-Id: And another new library... - RLB "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