Hi there, I want to simulate an application layer packet transmission. I've decided to implement it as a child of Application class or child of TrafficGenerator class. Since each application needs to send packet for several receivers, my application layer object needs to decide for which receiver should send a packet now and connect to that receiver. But as I know the transport layer(UDP in my case) can act to attach or to de-attach to the receiver. and now, I don't know exactly what should I do. Would you please help me what can I do to implement my idea? Or do you have any better strategy for implementing "Application layer multi-cast"? Best, Mohsen.
