Ranga Krishnan

Results 55 comments of Ranga Krishnan

Combine this reorg with #281

This may undercount the number of times people have been helped as a device would rerequest IP address assigned from connecting to other openwireless.org routers (i.e since SSID is the...

Websockets would be an easy way to solve this. Instead of periodic XHR to fetch bytecount, open a websocket when user goes to Dashboard page. Then send back the bytecounts...

Cool ! Feel free to ping me if I can answer any questions.

Great ! Are you using https://github.com/nori0428/mod_websocket ? You could just modify the bytecount python script to wake up 'every n seconds' and send to mod_websocket. That would be the simplest...

Were you able to progress with mod_websocket ? If not how are you testing the client side work you completed ? There are other lighttpd modules in use; looking at...

Hi, I am motivated to make progress on this and can help complete it. Perhaps we could discuss how to land this. Thanks.

Great. Look forward to it. Here is a bytecount script with changes so that it wakes up every 2 seconds. https://github.com/Rangak/OpenWireless/blob/master/routerapi/bytecount . Let me know if you have any questions...

Not a problem. Thanks for bringing it this far. I think you are most of the way there so I will finish it from here on. This is an important...