VoIP is basically just UDP packets encapsulating RTP packets with the voice data inside, all you should need to do to simulate a VoIP stream is set the correct packet size and frequency that the packets are sent out and that would simulate a stream, all of which can be done easily inside your tcl script!
Matt On Thursday 03 August 2006 16:41, lekkie omotayo wrote: > Hi, > > Does anybody know an existing VoIP simulated Application existing on NS2? > > I am ready to develop it myself, however, most of my questions has no > been answered.
