EasyUpload Server Accepts Images from Android to be Uploaded to a PC
EasyUpload is a client-server project for uploading images from Android to a PC.
The project is very simple. Just select the images from the Android device, establish a connection to the server using its IPv4 address and port number, and then upload the images in a fast way.
Download the server project from here: http://easyupload.sourceforge.net
The simplicity of using EasyUpload helps to avoid using Bluetooth for image transfer.
The project just works for images and later it can...
This has a Python ICAP (Internet Content Adaptation Protocol) server and IRML parser. Using this, a web proxy can do rule-based adaptation of content before delivery to clients. Has a Python proxylet API and squid-icap-client code too.
This project want to make clients/servers fully compatible with the C6 Tin Multichat. The client will be written in c/c++ or other portable code. The server is written in VB code because it's more easy to read :)