How do I use proxy server to compress data being sent and received?
-
So what I want to do is develop an app for android or any mobile os which will connect to a proxy server. The job of the proxy server will be to compress all the possible http data and send it to server and get data compress it and send it to the device. The app will collect this data and uncompress and send it to respective locations. So what I am looking is compression and server side and uncompression at client side. There is already an app in android market called onavo extend. I was hoping to develop a same app for my project.
-
Answer:
You can optimize internet traffic in two ways: Server-side: install a compressing, forwarding proxy server, e.g. http://ziproxy.sourceforge.net/ or https://github.com/mozilla/node-janus Client-side: connect all traffic through your proxy and use http://github.com/niutech/polipoid as a local caching proxy for Android. Alternatively, set up a VPN server compressing all traffic to your client, leveraging e.g. Fast LZO or MPPC.
Anonymous at Quora Visit the source
Related Q & A:
- How To Set Up Proxy Server?Best solution by Super User
- How can I use real time social data from Datasift and perform real time analytics on it?Best solution by Quora
- How can I use GIT in my own server?Best solution by Stack Overflow
- How do I retrieve an outgoing email that has been sent?Best solution by Yahoo! Answers
- How do I use the proxy setting on PeerGuardian 2?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.