Sunday, August 17, 2008

J2ME proxifier test version

I have developed a test version of j2me version of https tunnel software named jCap. Though it works , its speed in processing request is terrible. may be because of slow processor and memory of my mobile.
Basic working
It is small multi-thread http proxy sever listen on port 8080 of your mobile ( since its not possible to hook the api calls from j2me programme i had to do it as proxy server). Need to set up your mobile browser to use proxy 127.0.0.1 port 8080. It accept GET and POST requests and procees them then tunnel thrugh the proxy 100.1.200.99. Currently there is no option to change this listning port and proxy i didnt developed gui for it. I found that it not practical to make such software on j2me platform. So i had to stop developing further. Developers can request the source code if you are intersted. You can download test version here
Download test version
Note :- above sotware is not recommended for newbies since it may crash your mobile. The version provided is an unsigned version. You must sign it yourself if you are planning to install in your mobile device.