[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TDMA simulation
Hi,
I work TDMA on ns using the satellite interface(LEO constellation).
I am writing all the related code in c++. In fact layers already exist
in ns, you have to build the mac layer using the timer handler and other
facilities.
I don't know if this is possible using the 'at $now+$Ts' in Tcl.
If you decide to write the TDMA code in c++ maybe I can help.
Paul.
Patrick Cheung wrote:
>
> Hi:
>
> I am new to ns and I try to simulate the TDMA interface between Base
> Station and Mobile Station. I have already built my simulation based on
> the wireline-cum-wireless example in the Marc Greis's Tutorial. However,
> I would like to add TDMA interface between the Base Station and the Base
> station. Is there anyone who knows how to do it by just using Tcl? Or do
> I need to write some C++ code by myself to do that?
>
> Thank you very much.
>
> Patrick