Go to file
Joel Sherrill c902363cf7 Add RTEMS support 2007-11-03 15:18:23 +01:00
contrib Import from Mercurial 2007-11-03 15:13:17 +01:00
doc Import from Mercurial 2007-11-03 15:13:17 +01:00
examples Add RTEMS support 2007-11-03 15:18:23 +01:00
man Import from Mercurial 2007-11-03 15:13:17 +01:00
rtems Add RTEMS support 2007-11-03 15:18:23 +01:00
src Add RTEMS support 2007-11-03 15:18:23 +01:00
support Import from Mercurial 2007-11-03 15:13:17 +01:00
utils Import from Mercurial 2007-11-03 15:13:17 +01:00
vms Import from Mercurial 2007-11-03 15:13:17 +01:00
AUTHORS Import from Mercurial 2007-11-03 15:13:17 +01:00
COPYING Import from Mercurial 2007-11-03 15:13:17 +01:00
INSTALL Import from Mercurial 2007-11-03 15:13:17 +01:00
MANIFEST Import from Mercurial 2007-11-03 15:13:17 +01:00
Makefile.VMS Import from Mercurial 2007-11-03 15:13:17 +01:00
Makefile.am Import from Mercurial 2007-11-03 15:13:17 +01:00
NEWS Import from Mercurial 2007-11-03 15:13:17 +01:00
README Import from Mercurial 2007-11-03 15:13:17 +01:00
README.RTEMS Add RTEMS support 2007-11-03 15:18:23 +01:00
configure.ac Import from Mercurial 2007-11-03 15:13:17 +01:00

README

README file for adasockets.

AdaSockets is a medium binding (it is not a thin binding because it uses Ada
types and not a thick binding because you have the same subprogram names as
in C) for using BSD-style sockets in Ada.

This package is in no way complete! This is a half-day work that will be
extended in the future. If there is an extension that you would like to see in,
please use the mailing-list (see http://www.rfc1149.net/devel/adasockets)
or drop a note to the author (Samuel Tardieu <sam@rfc1149.net>).

Since the original release, I have been adding multicast and fixed some
bugs. However, it is likely that others remain.

You need at least GNAT 3.15 to use AdaSockets. You can use it with other
compilers or with older versions of GNAT, but in this case you are on your
own as the build process is likely not to work out of the box (for example,
gnatmake needs to support the -u flag).

As you may have noticed, the name is not really original. If you have a better
name, send me a note with your suggestion.

To use AdaSockets with gnatmake once installed, type:

% gnatmake `adasockets-config` ...

The `adasockets-config` part will add the correct options to gnatmake command
line.

AdaSockets is free software; you can redistribute it and/or modify it
under terms of the GNU General Public License as published by the Free
Software Foundation; either version 2, or (at your option) any later
version.  AdaSockets is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.  You should have received a
copy of the GNU General Public License distributed with AdaSockets;
see file COPYING.  If not, write to the Free Software Foundation, 59
Temple Place - Suite 330, Boston, MA 02111-1307, USA.

As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
this unit does not by itself cause the resulting executable to be
covered by the GNU General Public License.  This exception does not
however invalidate any other reasons why the executable file might be
covered by the GNU Public License.

The main repository for this software is located at:
    http://www.rfc1149.net/devel/adasockets
                                                                   
The author, Samuel Tardieu <sam@rfc1149.net>