Reputation: 5
I am new in using omnet+ + , I am trying use INET framework to simulate queueing model M/M/1 on server-side based on FIFO discipline
Firstly, I found INET support external output queue such as FIFO a DopeTailqueue, I try to edit it and to make it work on input data not output, but I am not sure if I am in the right way.
My question, how can I simulate the M/M/1 queue in which layer and how can I calculate the arrival rate and processing rate?
Upvotes: 0
Views: 964
Reputation: 6681
As your task has nothing to do with actual protocols (just a generic queuing question), you would be better off with the queuing tutorial in the base OMNeT++ installation (omnetpp/samples/queuenet). You can quite easily assemble various queueing models.
Upvotes: 1