Revision 2, 1.2 KB
(checked in by andreu, 17 years ago)
|
First RENETCOL CVS Integration
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | Install the collector: |
---|
2 | tar xvzf renetcol_0_0_1.tar.gz |
---|
3 | cd renetcol_0_0_1 |
---|
4 | ./configure |
---|
5 | make |
---|
6 | make install (if you want) |
---|
7 | |
---|
8 | Collector requirements: |
---|
9 | create your IPv4 prefix file (or keep the default for test: IPv4_prefix.txt) |
---|
10 | create your router list file |
---|
11 | change the line 29 and 30 of renetcol.h file (your collector address:port) |
---|
12 | |
---|
13 | Commands: |
---|
14 | ./renetcol ... : launch the collector (if no message, it's good) |
---|
15 | during execution you can see the /var/log/message file |
---|
16 | ./renetcolSender ... : to use the remote client |
---|
17 | ./renetcolMsgCtl ... : to kill the message queue |
---|
18 | |
---|
19 | Use the client tool (python+GTK): |
---|
20 | on Linux: |
---|
21 | cd tool |
---|
22 | python renetcolGUI_0_0_1.py |
---|
23 | on Win32: |
---|
24 | copy the file on your box |
---|
25 | install python, GTK and requirements: |
---|
26 | for python: |
---|
27 | http://www.python.org/ download section |
---|
28 | the last release is the 2.4.1 (python-2.4.1.msi) |
---|
29 | for pyGTK: |
---|
30 | http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ |
---|
31 | section pygtk on win32 |
---|
32 | last release is pygtk 2.6 (pygtk-2.6.2-2.win32-py2.4.exe) |
---|
33 | for GTK+: |
---|
34 | http://gladewin32.sourceforge.net/ |
---|
35 | last release 2.6.8 (Runtime Environment Installer 2.6.8-rc1) |
---|
36 | |
---|
37 | |
---|
38 | before the mailing list creation you can send an email to me if needed: |
---|
39 | andreu{at}renater.fr |
---|