Version française

AdaSockets

Sockets in Ada

This interface lets you use BSD sockets from Ada (TCP, UDP and multicast).

You can download the stable version (1.8.8) under a modified GPL licence similar to the one held by GNAT. In particular, that means that you can freely use AdaSockets in a proprietary application without having it contaminate your code.


A technical mailing-list receives user questions about AdaSockets. You just have to click to subscribe or read the archives. You can also participate to the group on a Usenet discussion group.

Development version

You can get the current development version using GIT.


Latest changes

* New in AdaSockets 1.8.8

New constants Null_Socket_FD and Null_Multicast_Socket_FD have been
defined.

Use `pkg-config' for post-installation configuration.

* New in AdaSockets 1.8.7

The configure flag --enable-debug has been renamed into
--enable-maintainer-mode as it better reflects what it does. Also,
it now turns on all GNAT and GCC warnings.

This is probably one of the last release of AdaSockets not based on
GNAT.Sockets.

* New in AdaSockets 1.8.6

Add RTEMS port from Joel Sherrill <joel.sherrill@oarcorp.com>.

Fix style issues and warnings from newer GNAT versions.

Use a LIBVERSION of 1:0:0 as is done in the Debian package.