Re: [OpenWrt-Devel] Monitoring Downlink Queue

2016-01-28 Thread Michael Richardson
Nimantha Baranasuriya wrote: > Thanks, Javier for the quick response. > I was thinking of tapping into OpenWRT where the code would process outgoing > frames and queue them to be transmitted to the clients for which they The point of telling you that it's a linux system is to say th

Re: [OpenWrt-Devel] Monitoring Downlink Queue

2016-01-28 Thread Nimantha Baranasuriya
Thanks, Javier for the quick response. I was thinking of tapping into OpenWRT where the code would process outgoing frames and queue them to be transmitted to the clients for which they are destined. Do you think I am better off using a tool like tc (http://linux.die.net/man/8/tc) rather than d

Re: [OpenWrt-Devel] Monitoring Downlink Queue

2016-01-28 Thread Javier Domingo Cansino
That is a linux thing, I mean, you need to know how to do that in standard linux. Openwrt is just a normal linux system. The only difference is that you are provided with a toolchain to generate customized images. On Thu, Jan 28, 2016 at 5:10 PM Nimantha Baranasuriya wrote: > Hi, > > I am new t

[OpenWrt-Devel] Monitoring Downlink Queue

2016-01-28 Thread Nimantha Baranasuriya
Hi, I am new to OpenWRT and I am working on a research project for which I need to monitor and log the number of frames in the downlink queue of the WiFi interface of the router every so often. Can someone please help me to get this done? Thank you, Nimantha ___