[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Is there ways to schedule packet transmission in TCL
Then you implement an otcl binding for that send packet interface and call
it in otcl. See send in message.cc
On Tue, 30 May 2000, Anaking wrote:
> Date: Tue, 30 May 2000 20:47:22 -0800
> From: Anaking <anaking@sina.com>
> To: Haobo Yu <haoboy@ISI.EDU>
> Cc: NS-USERS <ns-users@mash.cs.berkeley.edu>
> Subject: Re: [ns] Is there ways to schedule packet transmission in TCL
>
> Hi, Haobo,
>
> How if I do not use tcp source, my idea behind is when controller receives a
> transmission permit it will schedule packet transmission for corresponding
> source. It is somewhat like base station scheduling packet transmission in
> TDMA. But I don't want to implement it in C++ (Or is there C++
> implementation exists?).
>
> Thanks for your help.
>
> On Mon, 29 May 2000, you wrote: > $ns at 10.0 "$tcp send 1"
> >
> > On Mon, 29 May 2000, Anaking wrote:
> >
> > > Date: Mon, 29 May 2000 13:29:53 -0800
> > > From: Anaking <anaking@sina.com>
> > > To: NS-USERS <ns-users@mash.CS.Berkeley.EDU>
> > > Subject: [ns] Is there ways to schedule packet transmission in TCL
> > >
> > > I want to control packet transmission in tcl script. Like Scheduler::schedule().
> > > Is it possible?
> > >
> > > Thanks
> > >
>