Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
51–60 of 63 posts
Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#52Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#53Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#54I spent weeks trying to get a reliable setup for streaming concerts in HD from all varieties of spotty WiFi and 4G hotspots. The streaming server wouldn't accept packets that seemed to come from totally different IP addresses so there had to be an intermediate proxy server in the cloud that would re-assemble the data from my various connections.
I was able to get it working and it would have been great for normal Internet usage, but I never found a reliable system for streaming. That was about a year and a half ago. I would love to see this technology mature to the point where it worked well for streaming.
Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#55OP, Great job. I am not too technical so pardon my question. Can multiple 3G connections be combined or have a 'random selector'/failover. So where I live (you can make a guess), mobile connectivity is not the most reliable in the world. So for instance, POSs are not reliable since one network will always fail. With this, could we use multiple SIMs thereby making them more reliable? BTW, have you seen BRCK http://www…
Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#56Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#57Would using this improve the connection for Skype/Hangout video calls?
Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#58Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#59Earlier quoted context omitted.
People who are downvoting dgquintas, can you explain why? Or explain why this doesn't work? It seems to fulfill the problem?
Bonded Interfaces operate at a lower level. There are many different "bonding modes" in the Linux Kernel. None of them would allow you to present a single "bonded" interface across multiple independent network interfaces where each interface belongs to a separate network. Case in point: You cannot "bond" two interfaces where one is connected to a cable modem and the other a DSL modem. Typically (in most configuration…
And, ahem, correct load balancing over bonded interfaces is not trivial as it may seem (although, usually it's more likely you'll be able to distribute approximately evenly than not)
Re: Combine your Wi-Fi, Ethernet and 3G connections to increase your download speed
#60As far as I know this is a DIY solution for what companies sell as a "bonded" internet connection..? I spent weeks trying to get a reliable setup for streaming concerts in HD from all varieties of spotty WiFi and 4G hotspots. The streaming server wouldn't accept packets that seemed to come from totally different IP addresses so there had to be an intermediate proxy server in the cloud that would re-assemble the data…
This approach certainly won't work for typical media streaming, as it usually uses a single connection. Particularly, because streaming over multiple connections is tricky because as they don't guarantee delivery order, so you'll probably get your packets "scrambled" and will have to reorder them by yourself (implementing your own flow control).