is that doable in NS3 ??


 
Thread Tools Search this Thread
Special Forums IP Networking is that doable in NS3 ??
# 1  
Old 02-16-2012
is that doable in NS3 ??

Dear all,


I want to simulate an Wireless Mobile ad hoc network that uses the
OLSR routing algorithm. ( i know how to do that now after reading the
tutorial)

Now, Instead of sending messages, I want the nodes to be able to send
a c++ code.

consider this scenario:

node A, send a c++ node to node B,

the c++ node executes on node B, collect some information, then the
code MOVE ITSELF to other nodes.

is THAT Kind of scenario doable in ns3 ?

If yes, can you please guide me through it ?

your help is highly appreciated .
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

NS3 with MQTT integration. HELP !!!!

Hi, I'm doing my thesis on the NS3 environment. I need to integrate it with mqtt. Mqtt provides a (mosquitto) broker / server, and it expects to have clients connect to it. A client could be a publisher (publishes data on the broker) or a subscriber (receives data from the broker it has subscribed... (4 Replies)
Discussion started by: KishIsrael
4 Replies

2. UNIX for Dummies Questions & Answers

NS3 with MQTT integration. HELP !!!!

Hi, I'm doing my thesis on the NS3 environment. I need to integrate it with mqtt. Mqtt provides a (mosquitto) broker / server, and it expects to have clients connect to it. A client could be a publisher (publishes data on the broker) or a subscriber (receives data from the broker it has subscribed... (0 Replies)
Discussion started by: KishIsrael
0 Replies

3. IP Networking

NS3 SendTo

Hi, I am working to implement a basic WiFi infrastructure in NS3. I have placed 16 APs in grid and one client is moving using random walk. Client and AP can communicate through message exchange. However, when I try a message of size more than 30 bytes, it is crashed. Please help me if anyone have... (0 Replies)
Discussion started by: dandapat
0 Replies

4. UNIX Desktop Questions & Answers

Media Centre for Fedora doable??

Greetings, I am wondering if someone can tell me name of an application, which gives me the ability of sharing and streaming video and music over my LAN? You may compare this to the media centre in Windows 7. I have my blueray player connected to my network and I want to share my avi files over... (3 Replies)
Discussion started by: almirzaee
3 Replies

5. IP Networking

help with ns3 code

how to add a relay node in wimax network using ns3 simulator.... (0 Replies)
Discussion started by: nivedita
0 Replies

6. IP Networking

ns3

i need materials regarding ns3(related to WiMAX) (1 Reply)
Discussion started by: nivedita
1 Replies

7. IP Networking

about ns3

Command terminated with signal SIGSEGV. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>"). while running our own program in ns3 we got the above error... what does this error mean?? (1 Reply)
Discussion started by: nivedita
1 Replies
Login or Register to Ask a Question
olsrd(8)						      System Manager's Manual							  olsrd(8)

NAME
olsrd - Optimized Link State Routing protocol daemon SYNOPSIS
olsrd [ -i interface1 [interface2 ...] ] [ -f configfile ] [ -d debuglevel ] [ -ipv6 ] [ -ipc ] [ -dispin ] [ -dispout ] [ -nofork ] [ -bcast broadcastaddress ] [ -delgw ] [ -hint HELLO interval ] [ -tcint TC interval ] [ -midint MID interval ] [ -hnaint HNA interval ] [ -T scheduler poll rate ] [ -hemu IP address ] DESCRIPTION
olsrd is an implementation of the Optimized Link State Routing protocol for Mobile Ad-Hoc networks(MANET). The protocol is described in RFC3626. It is designed to be run as a standalone server process - but as it is still in an experimental stage most users will prefer run- ning it with some debug output which is directed to STDOUT. This manual page only lists the command line arguments. For details of the configuration file see the comments included in /etc/olsrd.conf. Note that none of these options need to be set at the command line - all these options and others can be set in the configuration file. This implementation also features an alternative routing scheme based on link quality using an ETX-like metric developed by the c-base com- munity in Berlin. To enable and tweak this mode you must use the configuration file. The homepage of olsrd is http://www.olsr.org OPTIONS
-i interface1 ... interfaceN This option specifies on what network interfaces olsrd should run. These interfaces cannot be aliased interfaces such as eth0:1. -f configfile This option overrides the default configuration file path used by olsrd - /etc/olsrd.conf -d debuglevel This option specifies the amount of debug information olsrd should write to STDOUT. If set to 0 olsrd will run in the back- ground. -ipv6 This option instructs olsrd to use the Internet Protocol version 6. The default is version 4. -ipc This option allows the GUI front-end created fro olsrd to connect to olsrd at runtime. -dispin This option, when set, causes olsrd to display all incoming packet data on STDOUT. When using IPv4 the data is displayed in decimal format, when using IPv6 the data is displayed in hexadecimal format. -dispout This option, when set, causes olsrd to display all outgoing packet data on STDOUT. When using IPv4 the data is displayed in decimal format, when using IPv6 the data is displayed in hexadecimal format. -nofork This option, when set, causes olsrd not to fork and run in the background if started with debuglevel 0. Useful for init scripts. -delgw If this option is set olsrd will remove any default routes set prior to adding an Internet route based on OLSR routing. -bcast broadcastaddress This option specifies what IPv4 broadcastaddress to use for OLSR control traffic. The only value that currently makes sense when setting broadcast address mannually is 255.255.255.255. The default action is to use the broadcastaddres that the network interface is preconfigured with(per interface). -hint seconds This value sets the interval on which HELLO messages should be generated. The value is a floating point number representing seconds. -tcint seconds This value sets the interval on which TC messages should be generated. The value is a floating point number representing sec- onds. -midint seconds This value sets the interval on which MID messages should be generated. The value is a floating point number representing sec- onds. -hnaint seconds This value sets the interval on which HNA messages should be generated. The value is a floating point number representing sec- onds. -T seconds This option sets the polling intervall of the scheduler. The default is 0.1 seconds. This option should only be considered if running with really low emission intervals. -hemu IP address Use this option to connect to the olsr_switch network simulation application. Here IP address will be the IP address that the process will set as its main address in the emulation mode. This address has no connection to the real IP-stack and can be cho- sen freely. FILES /etc/olsrd.conf SEE ALSO
olsrd.conf(8). Dec 2005 olsrd(8)