- Home Page of ProjectGuideline.com ›
- Forums ›
- General Discussion Forum ›
- Programming Competition For Students ›
- Broadcasting in ns2
Naga
Participant
I am doing my final year project in NS2. I have problems in broad casting packets in wired networking.
I have set the dest addr of the packet to IP_BROADCAST.
ip->daddr()=IP_BROADCAST
with proper initialization and all the stuff.
But its not working.
Can anyone help me out? Coz this is the first step in my project. I have stuck up here itself
Shanthi
Participant
You have given only single line of code. No one can guess the error with that single line. So post some more related lines or the whole function where you are trying the b-cast.