the question is : how to send data over multiple internet connections avilable on current pc?
possibly-partially simlilar to This Post
though my idea is(like raid-0 is using multiple hdd's , to take advatage of multiple nic's) actually multiple internet connections/accounts to maximize the throughoutput of the upload bandwidth (which usually has 1/8 of the total bandwidth)
the concept i am trying to implement is to use the fastest protocol, regardless the data integrity so i could send data from one point to the other (having a "client" part of application to handle the data... check for integrity while putting data back to one piece) or maybe just use tcp if it does not worth it (handling the integrity in application level to increase speed)
i know there's an existing application Called "Connectify" that calimes to do someting similar, though my idea was to make something little different and i need to understand the basics so i could start this project for testing and development. ...thanks in advance !