Live data from Hacker News

Tether Launches HTML5-Based iPhone Tethering Solution

macrumors.com

21–30 of 64 posts

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#21
post #20

Earlier quoted context omitted.

>So not gonna work for wifi-only iPads Excuse my ignorance of Apple products but how can tethering work on a device without a internet connection ? You want to go trough a iPad proxy to get to a WiFi connection ? Why not just connect to WiFi with the PC ?

You could want to use the iPad as the client. Ie use an iPhone to give internet connection to the iPad. (I guess that what the GP meant)

Oh I see, that makes sense :)

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#22
post #20

Earlier quoted context omitted.

>So not gonna work for wifi-only iPads Excuse my ignorance of Apple products but how can tethering work on a device without a internet connection ? You want to go trough a iPad proxy to get to a WiFi connection ? Why not just connect to WiFi with the PC ?

You could want to use the iPad as the client. Ie use an iPhone to give internet connection to the iPad. (I guess that what the GP meant)

Yeah, we almost have this working an know there is a huge demand for it. Still a few technical hurdles to solve though.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#23
post #4

Earlier quoted context omitted.

Would everything have to go through their servers? I can’t imagine that HTML5 apps on iOS have permission to open enough sockets to avoid that.

If everything has to go through their servers and then downloaded by the Mac/PC, then it basically defeats the whole purpose of tethering. The real trick is that they found a way to pipe data from the iPhone to the Mac without going through the internet, all using a good ol' browser web page.

The question is how does the data get to the iPhone, and yes, it appears it all goes through their servers.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#24

Hey guys. I'm the developer behind this tech. Glad to see it's got you thinking :). It took a lot of brainstorming and testing/debugging to get this up and running. Hope you enjoy it!

It did get me and I'm sure a lot of other people thinking. Would you mind answering this Quora question that I set up so I can sleep tonight? http://www.quora.com/How-does-the-Tether-HTML5-app-work

I can't really go into much more detail than the first responder did without getting into trouble :)

Let's just say it's magic.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#25

For a company that will be handling all of my web browsing, I would have expected them to not store my password in clear text. Doesn't inspire confidence :( Great product idea though!

Disclaimer (I have not tried the new one) How do you know they store it in clear text? Have you seen inside their database? I mean they could be accepting the password in clear text but maybe they run it though a MD5/Sh1/Salt process before it actually gets to the database.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#26
post #10

The way they do it is elegant, and could be used in many other places than just the iPhone. All you need is a browser that supports websockets. I'm not really aware of that stuff, but I'm a bit curious. Do websockets really work over mobile networks (which are, at least in my experience, transparent proxied, and where anything outside of HTTP-on-port-80/HTTPS-on-port-443 is blacklisted into oblivion) ?

Yes they do. We've tested them on iPhones, BlackBerry browser, and the Aurora browser on Android.

I was able to get the original before it was pulled from the App Store. it worked well, glad to see they found a work around. I expect some type of backlash from AT&T/Verizon/Sprint However, I hope they make enough to afford the lawyers.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#27

For a company that will be handling all of my web browsing, I would have expected them to not store my password in clear text. Doesn't inspire confidence :( Great product idea though!

I'm assuming you mean the ad-hoc password. I will change this in the next release.

I can assure you that the data is encrypted from the phone to the server and never stored anywhere.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#28

Earlier quoted context omitted.

It did get me and I'm sure a lot of other people thinking. Would you mind answering this Quora question that I set up so I can sleep tonight? http://www.quora.com/How-does-the-Tether-HTML5-app-work

I can't really go into much more detail than the first responder did without getting into trouble :) Let's just say it's magic.

If that’s how it works it means that all my data is going through your proxy server. Is that correct? Is the connection encrypted?

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#29
post #10

The way they do it is elegant, and could be used in many other places than just the iPhone. All you need is a browser that supports websockets. I'm not really aware of that stuff, but I'm a bit curious. Do websockets really work over mobile networks (which are, at least in my experience, transparent proxied, and where anything outside of HTTP-on-port-80/HTTPS-on-port-443 is blacklisted into oblivion) ?

Non-web stuff works fine on the mobile networks I've tried it on. I occasionally ssh from my phone directly to my home computer or server, and I've never had a problem with it. Skype works fine over cell data, as do various instant messaging clients.

Even if that weren't true, websockets was designed to look a whole lot like HTTP precisely so that it could work with existing proxies and firewalls.

Re: Tether Launches HTML5-Based iPhone Tethering Solution

#30

Hey guys. I'm the developer behind this tech. Glad to see it's got you thinking :). It took a lot of brainstorming and testing/debugging to get this up and running. Hope you enjoy it!

Any plans for Linux clients?

If anything, simply releasing a "Here's what the client is doing so recreate it however possible..." might suffice.

(edited; previously sounded impolite)

Post reply on HN