Hi I am new to socket programming.I am developing a client- server application. My server will a Java application. My client will be an android App. what i want to do is that i want to send data over both the channels i.e WiFi and 3G network. Is this Possible to send some packets over WiFi and some over 3G. Is such a mechanism possible. If yes how can i accomplish this?
what I thought that i will create two sockets at client side and bind them to their specific IP's i.e bind one socket with wifi IP and other with 3G network IP. Is there any provision of binding IP's with sockets at client side.