I would like to have a 3G router (with WiFi) that performs local caching.

For example, when I download the same .flv movie twice, it would be cached in the router. This should be a workaround for the problem that many handhelds don't have a big cache themselves.

Is there such a thing or are there better solutions for caching?

link|improve this question
feedback

migrated from serverfault.com Sep 10 '11 at 11:56

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 1 down vote accepted

It's called a caching proxy server. For HTTP, two examples are Polipo and Squid.

You can install such a proxy on your own computer, or on a server if you have one, then configure your mobile devices to use that proxy. (You could install it on the router, but it would be practically useless, as most routers have tiny storage devices. Your computer's terabyte disk is much better for caching.)

link|improve this answer
Put me on the right track. I ended up with FreeProxy though because it is simpler – Gluip Sep 13 '11 at 20:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.