]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/INSTALL
Modified FWP utilization-based admission test and integrated to FORB
[frescor/fwp.git] / fwp / INSTALL
index a37b3f8c5e4cfef3dd026f8da6805d2a0905aae5..74369e495549e879401f21cebb8221b56ecb6f44 100644 (file)
@@ -14,19 +14,21 @@ compiled/doc directory.
 The subdirectories of FWP main directory are:
 • libfwp contains sources of FWP library. The compiled library is called libfwp.a and is
   placed in compiled/lib/libfwp.a.
-• fwp mngr contains sources of FWP agent and manager. Indeed, there are sources that
-  implement the functionality of both agent and manager. The built application is called
-  fwpmngr and is placed in compiled/bin/fwpmngr.
+• fwp mngr contains sources of FWP agent and manager. The built application is called
+  fwpmngr resp. fwpagent and is placed in compiled/bin/fwpmngr and compiled/bin/fwpagent respectively.
 • tests contains sources of test programs. The built tests are placed in the compiled/bin-tests
   directory.
 
 In order for application to use FWP, in must be linked to libfwp.a library. Further, FWP
 agent must be launched in every node. FWP agent can be started from command line by:
 
-           fwpmngr -m 0 -a 192.168.1.1
+        fwpagent -a 192.168.1.1
+
+where  -a specifies IP address of the
+manger. 
+There is only one instace of fwp manager running on access point machine and started by command
+       fwpmngr
 
-where -m option specifies the mode (agent or manager) and -a specifies IP address of the
-manger. The mode 0 stands for agent, the mode 1 for manager.
 The contents of tests directory is often changing. The actual detailed list of test programs
 with their descriptions can be found in README file included in the directory.