Without Attachments:

3 Step Install of NIST Net from nistnet.2.0.12c.tar.gz
which can be downloaded at http://snad.ncsl.nist.gov/nistnet/requestform.html 
(also attached) 

Install NIST Net on Fedora Core 8  (kernel version 2.6.23)

1.  ref. http://forums.fedoraforum.org/printthread.php?t=169339

-- Install Development Tools packages and recompile kernel with modular rtc 
module--
yum -y groupinstall "Development Tools"
yum -y install rpmdevtools
rpmdev-setuptree

rpm -Uhv 
http://download.fedora.redhat.com/pub/fedora/linux/updates/7/SRPMS/kernel-`uname
 -r`.src.rpm
rpmbuild -bp --target=i686 ~/rpmbuild/SPECS/kernel-2.6.spec

cd ~/rpmbuild/BUILD/kernel*/linux*
make menunconfig (Linux Kernel Configuration -> Device Drivers ---> <M> Real 
Time Clock, Device Drivers ---> Character devices ---> [] HPET (none) &&  <M> 
Enhanced Real Time Clock Support && <M> Generic /dev/rtc emulation) 
make
sudo make modules_install
sudo make install


ln -s /root/rpmbuild/BUILD/kernel-2.6.23/linux-2.6.23.i686 /usr/src/linux


2.  ref. http://www.aimvalley.com/

mkdir /nistnet/ && cd /nistnet
tar -xvzf nistnet.2.0.12c.tar.gz
ftp://opensource:[EMAIL PROTECTED]/nistnet/nistnet-3.0a_aimsys.patch
cd /nistnet-3.0a
patch -Np1 -i ../nistnet-3.0a_aimsys.patch
./configure
make && make install
(compile errors? - try --> 
http://www.mail-archive.com/nistnet@antd.nist.gov/msg00432.html ((fix compile 
errors, cd include/kincludes.h &&
change #include <linux/config.h> --> #include <linux/autoconf.h))

./Load-Nistnet  (removes kernel rtc module and loads nistnet module)
lsmod | grep nistnet  (if it is there all is well !!!)

NIST Net GUI
yum install neXtaw neXtaw-devel
cd monitor && make install

3.  Start GUI and use cnistnet -h
Other patches can be applied for minimal enhanced functionality
see /home/generic/NIST\ Net/*.patch  (and *.c)

ex.
cnistnet -a 0.0.0.0 0.0.0.0 --delay  40.000   5.000  (delay 40ms each way and 
5ms delta)
cnistnet -r 0.0.0.0 0.0.0.0 --delay  40.000   5.000  (remove entry)
cnistnet -S 0.0.0.0 0.0.0.0 (stats)

Other refs.
http://snad.ncsl.nist.gov/nistnet/usage.html
http://www.stabellini.net/nistnet.html

Wesley 04/28/08 (special thanks to nistnet community member joao gabriel 
granado)
[EMAIL PROTECTED]





_______________________________________________
nistnet mailing list
nistnet@antd.nist.gov
http://www-x.antd.nist.gov/mailman/listinfo/nistnet

Reply via email to