![]() |
[Request] Keeping internet ALIVE
hi,
1st. im a n900 lover.. 2nd i PISSED of because in my univ, and in my town.. the internet is all free, but every time the internet goes ideal for 30 seconds, it shows a page to varefy the conditions/acceptence. in other words, as im 24/7 connected to net, im actually stuck on the page to "click" i accept and star browsing...(in that time im connected but recieve not interet) thus i have to keep facebook or some website open so it keeps the conenction alive all time.. --- that (fuc*s the battery) so ... i was wondering if we could come up with soem sort of minute program that would send some random bits of data every 10 seconds or so, so the interet is alive all the time.. this would save my battery, my time (im studying electrical enig.) so its most important i dont keep wasting time . please if its not too much work. could it be made/possible ? thanks a lot ! |
Re: [Request] Keeping internet ALIVE
You could play around with the ping command.
Start an xterm, gain root and start ping with some interesting time between packets. This will keep things alive. |
Re: [Request] Keeping internet ALIVE
Quote:
|
Re: [Request] Keeping internet ALIVE
Open an xterm and try something like this:
Code:
while [ 1 == 1 ]; do wget http://www.debian.org/ -O /tmp/deb.html >/dev/null 2>&1; sleep 25; done |
Re: [Request] Keeping internet ALIVE
Quote:
|
Re: [Request] Keeping internet ALIVE
It will keep the internet alive.
|
Re: [Request] Keeping internet ALIVE
Quote:
|
Re: [Request] Keeping internet ALIVE
Quote:
Its a bit overkill IMO, I just use ping to override it (the WiFi power-saving feature)... |
Re: [Request] Keeping internet ALIVE
hmmm how about IM ? Doesnt some IM protocols keep hitting the server to retrieve updates?
|
Re: [Request] Keeping internet ALIVE
Download the proper full ping utility from the repos (search maemo.org/packages for "ping" and there's too in there that are basically the same thing, and work the same).
Everyone advising the use of -i for ping needs to pay attention to this - the default ping utility that comes with busybox preinstalled on the N900 cannot use the -i flag. It's that badly stripped. The full one is in the repos, though, so you can apt-get it or manually download it if you know the name. But yeah, I do this on my campus WiFi to keep the connection alive. I found that ping at -i 240 is sufficient to keep the connection going for me. (I keep raising it by a minute when I remember to, but pinging every 4 minutes hasn't caused a connection time-out yet.) |
Re: [Request] Keeping internet ALIVE
Quote:
You should use this instead, it will increase the net justice of the universe by at least one quantum per day. ;) Code:
while [ 1 == 1 ]; do wget http://distrowatch.com/slackware -O /dev/null >/dev/null 2>&1; sleep 25; done |
All times are GMT. The time now is 21:17. |
vBulletin® Version 3.8.8