[Click] Burster(I,N) -> ToDevice(eth0)

Lesedi lesedi.kgosietsile at gmail.com
Mon Feb 27 23:47:20 EST 2006


Hello again,

I ran into another problem.I am using userlevel and I want my click code to
implement something like

Queue(2000) -> Burster(i,n) ->  ToDevice(eth0);

>From what i know of click so far i cannot connect Burster to ToDevice
because its pull-push conected to pull which is wrong.In my project i want
to output to eth0 a burst of packets per interval which a Burster element
does.Now I dont know how to play around click to do that.

One thing also that i dont understand is ,when i put Print(ok) like below,it
does not print out.

Queue(2000) -> Print(ok) -> Burster(1,10) -> Discard;

My click code so far is

... -> EtherEncap ( ) -> Queue( ) ->Print(ok) -> Burster( ) -> ToDevice( );

and ofcourse its not working.Do you have any idea on how i can go about
making it to give me the same results as the literal implementation above.

thanking you in advance
sedi


More information about the click mailing list