[ns] diffserv question for wireless network in NS-2

2014-02-06 Thread prince
hi, is there anybody have example of tcl for diffserv in wireless network not for wired network ? thanks -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/diffserv-question-for-wireless-network-in-NS-2-tp28183.html Sent from the ns-users mailing list archive

Re: [ns] transmitting user data over TCP in NS2

2014-02-06 Thread Rajeswari
Hello... We are doing a security algorithm which involves transmitting user data packets using UDP. So here is what we did.. Maybe it will be of help to you. 1.We wrote our own Application agent. Provided OTcl linkage. We also defined our own send and process_data to process the packets. 2.Also