Revert to Current Include Style
[ACE_TAO.git] / ACE / ace / QoS / README
blobec133bed31bf5d5d3a8affb20566cf5cc81c8d0b
1 ACE QoS API (AQoSA)
2 ===================
4 This directory contains the implementation for the ACE QoS API (AQoSA).
6 BUILD REQUIREMENTS
7 ==================
8 WIN2K :
10 AQoSA makes use of the GQOS API under Windows 2000.  The minimum
11 requirements are:
13 1. June98 Platform SDK or later.
14 2. Link with ws2_32.lib
16 More information about GQOS is available from the MSDN website:
17 http://msdn.microsoft.com/msdn-files/026/002/258/Search.asp
19 -------------------------------------------------------------------------------
21 UNIX :
23 AQoSA makes use of the RSVP API (RAPI) under UNIX.
24 RAPI can be obtained from: ftp://ftp.isi.edu/rsvp/release/.
25 rsvpd.rel4.2a4-1 may require patches in order to compile
26 under current versions of Linux.  Contact Craig Rodrigues <crodrigu@bbn.com>
27 to obtain these patches.
29 The following lines should be added to your platform_macros.GNU file
30 before building AQoSA:
32 PLATFORM_RAPI_CPPFLAGS += -I[path to RAPI header files]
33 PLATFORM_RAPI_LIBS += -lrsvp
34 PLATFORM_RAPI_LDFLAGS += -L[path to RAPI library files]
36 1. Compile AQoSA with
38    make rapi=1
40 More information about RAPI can be found at:
42 http://www.opengroup.org/onlinepubs/9619099/toc.htm
43 http://www.sun.com/software/bandwidth/rsvp/docs/
44 http://www.tru64unix.compaq.com/faqs/publications/base_doc/DOCUMENTATION/V51_HTML/ARH9UCTE/TOC.HTM#RSVPCHXX
46 -------------------------------------------------------------------------------
48 TEST
49 ====
51 The test for AQoSA is located in $ACE_ROOT/examples/QOS