NS3 SendTo


 
Thread Tools Search this Thread
Special Forums IP Networking NS3 SendTo
# 1  
Old 11-21-2011
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 any idea.

Thanks
Sourav
Login or Register to Ask a Question

Previous Thread | Next Thread

10 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. IP Networking

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++... (0 Replies)
Discussion started by: knowledgeSeeker
0 Replies

3. 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

4. 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

5. IP Networking

ns3

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

6. 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

7. IP Networking

Error in sendto and recvfrom

Hi guys below is the code which I wrote to send some message to the server and the receive a a reply message from the server. Initially, I wrote one program to sendto and one program to receive from, it is working fine seperately. When I tried coding sendto and recvfrom in a sinlge program then... (0 Replies)
Discussion started by: arunc.kris
0 Replies

8. IP Networking

sendto invalid argument

Hi I lost a lot of time in understanding the message "sendto Invalid argument" when I execute the following code. This code is a simple UDP sender improved with some reliability feature. My goal is to send a file. I've reported only the code which may be useful. Can anyone help me? Thank you... (0 Replies)
Discussion started by: Puntino
0 Replies

9. Ubuntu

Permission denied with sendto in Ubuntu

I hope to post in the right place, otherwise I apologize for this I wrote a UDP sender and a UDP receiver, my goal is to transmit a file from th sender to the receiver. I'm using Ubuntu 8.04 Compiling goes well but when I execute the sender, its "sendto" gives me the error "Permission denied" .... (0 Replies)
Discussion started by: Puntino
0 Replies

10. Programming

sendto in packet socket

Hi, I have created a packet socket (PF_PACKET, SOCK_DGRAM, htons(ETH_P_ARP)) to catch the ARP packets coming to my machine and send appropriate reply. Now I'm able to recieve the ARP requests using recvfrom but don't know how to send the reply. I looked into man page but I'm not able to... (5 Replies)
Discussion started by: Rakesh Ranjan
5 Replies
Login or Register to Ask a Question
Gnome2::Client(3pm)					User Contributed Perl Documentation				       Gnome2::Client(3pm)

NAME
Gnome2::Client - wrapper for GnomeClient HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Client METHODS
client = Gnome2::Client->new client = Gnome2::Client->new_without_connection $client->add_static_arg (...) o ... (list) $client->set_clone_command (...) o ... (list) string = $client->get_config_prefix $client->connect boolean = $client->connected $client->set_current_directory ($dir) o $dir (string) string = $client->get_desktop_id $client->set_discard_command (...) o ... (list) $client->disconnect $client->set_environment ($name, $value) o $name (string) o $value (string) clientflags = $client->get_flags $client->flush string = $client->get_global_config_prefix $client->set_global_config_prefix ($prefix) o $prefix (string) string = $client->get_id Gnome2::Client->interaction_key_return ($key, $cancel_shutdown) o $key (integer) o $cancel_shutdown (boolean) client = Gnome2::Client->master string = $client->get_previous_id $client->set_priority ($priority) o $priority (integer) $client->request_interaction ($dialog_type, $function, $data=undef) o $dialog_type (Gnome2::DialogType) o $function (scalar) o $data (scalar) $client->request_phase_2 $client->request_save ($save_style, $shutdown, $interact_style, $fast, $global) o $save_style (Gnome2::SaveStyle) o $shutdown (boolean) o $interact_style (Gnome2::InteractStyle) o $fast (boolean) o $global (boolean) $client->set_resign_command (...) o ... (list) $client->set_restart_command (...) o ... (list) $client->set_restart_style ($style) o $style (Gnome2::RestartStyle) $client->save_any_dialog ($dialog) o $dialog (Gtk2::Dialog) $client->save_error_dialog ($dialog) o $dialog (Gtk2::Dialog) $client->set_shutdown_command (...) o ... (list) SIGNALS
boolean = save-yourself (Gnome2::Client, integer, Gnome2::SaveStyle, boolean, Gnome2::InteractStyle, boolean) die (Gnome2::Client) save-complete (Gnome2::Client) shutdown-cancelled (Gnome2::Client) connect (Gnome2::Client, boolean) disconnect (Gnome2::Client) ENUMS AND FLAGS
flags Gnome2::ClientFlags o 'is-connected' / 'GNOME_CLIENT_IS_CONNECTED' o 'restarted' / 'GNOME_CLIENT_RESTARTED' o 'restored' / 'GNOME_CLIENT_RESTORED' enum Gnome2::DialogType o 'error' / 'GNOME_DIALOG_ERROR' o 'normal' / 'GNOME_DIALOG_NORMAL' enum Gnome2::InteractStyle o 'none' / 'GNOME_INTERACT_NONE' o 'errors' / 'GNOME_INTERACT_ERRORS' o 'any' / 'GNOME_INTERACT_ANY' enum Gnome2::RestartStyle o 'if-running' / 'GNOME_RESTART_IF_RUNNING' o 'anyway' / 'GNOME_RESTART_ANYWAY' o 'immediately' / 'GNOME_RESTART_IMMEDIATELY' o 'never' / 'GNOME_RESTART_NEVER' enum Gnome2::SaveStyle o 'global' / 'GNOME_SAVE_GLOBAL' o 'local' / 'GNOME_SAVE_LOCAL' o 'both' / 'GNOME_SAVE_BOTH' SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::Client(3pm)