De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Jean Guandalini
Data de Publicação: 17 de agosto de 2010
Este é um guia simples para instalação do Network Simulator versão 2.34 no Xubuntu 10.04. Network Simulator é um simulador de redes de computadores popular nos meios acadêmicos por ter o código fonte aberto. Muito usado em pesquisas sobre redes ad hoc, suporta os protocolos de rede mais populares tanto para redes cabeadas quanto as sem fio.
Site oficial do NS2: http://www.isi.edu/nsnam/ns/
# apt-get install build-essential xgraph libxt-dev libx11-dev libxmu-dev
# ln -s /usr/share/tcltk/tcl8.4/ /usr/lib/ # ln -s /usr/share/tcltk/tk8.4/ /usr/lib/
# cd /opt # wget http://bit.ly/aHvz4e # tar zxvf ns-allinone-2.34.tar.gz
# cd ns-allinone-2.34/otcl-1.13/ # vi configure
SHLIB_LD="ld -shared"Para:
SHLIB_LD="gcc -shared"
# cd ..
# ./install
PATH
(no meu caso adicionei no arquivo ~/.bashrc
de meu usuário)
/opt/ns-allinone-2.34/bin:/opt/ns-allinone-2.34/tcl8.4.18/unix:/opt/ns-allinone-2.34/tk8.4.18/unix
.bashrc
eu adicionei a seguinte linha:
PATH="$PATH:/opt/ns-allinone-2.34/bin:/opt/ns-allinone-2.34/tcl8.4.18/unix:/opt/ns-allinone-2.34/tk8.4.18/unix"
ns-2.34
:
cd ~/ns-allinone-2.34/ns-2.34/
./validate
validate overall report: all tests passed
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários