am relatively new to JMF but have gone through the documents and have a sufficient understanding of how it works. That been said am having some trouble implementing a the server ...
I have a requirement to simulate a network traffic which is Poisson and Bursty (Long or Heavy Tailed) inter arrival times. I could do the Poisson part as
Recently, I'm using Jnetpcap to send/receive raw packet over network.
Jnetpcap provides sending packets by Pcap.sendPacket(). This method gets raw buffer or bytes to send.
On the other hand, there is org.jnetpcap.protocol.* classes ...