TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Turn your phone into a remote control for your browser

27 pointsby mustardamusabout 11 years ago

13 comments

xarballabout 11 years ago
What are you doing to prevent government tampering, MITM attacks, or other dangers? You seem to have put a lot of thought into the security of the implementation, though it might help you spread it to the do-it-yourself-er culture if you explained what you were doing a bit to keep things secure.<p>Is the cipher completely encrypted all the way from the phone to the desktop, whilst being tunneled through your server?<p>And if it&#x27;s as secure as you say it is, what stops people from proxying their own arbitrary payloads through your tunnel? (-- that is to suggest that you&#x27;re being as honest as you are about not decrypting anything the entire way from the phone through your cloud to the desktop...)<p>If it&#x27;s that secure, what would stop a botnet from theoretically leveraging this as misdirection?<p>And what is the purpose of the cloud server here? If someone had their own hosting, would they still need to rely on your server to route the commands?<p>All questions and criticisms aside, I&#x27;ve always wanted something that could do this for my house without having to rely on an external entity... I think paranoia has taken a rather large toll in our culture today, because anything with the word &#x27;cloud&#x27; in it starts to give all programmers the chills unless it comes with some assurances of trust, longevity, and ultimately devotion.<p>I&#x27;d almost suggest selling a piece of hardware that people could install in their houses, simply because it&#x27;s extensible for your purposes, users can maintain control over it, and it&#x27;s far more difficult to isolate as a target, and ultimately it allows people to decide whether to &quot;connect indefinitely to any company&quot; for continued operation.<p>I mean, if you pick up any cloud-based mobile control software from any major manufacturer today, they all create this massive problem of a surrogate dependency on the cloud in their implementation.<p>These days you can&#x27;t even set up an IR mobile control product without sending out your wifi password through a web-based silverlight UI hosted in the cloud just to get it to the product that&#x27;s meant to use it! That&#x27;s so far backwards security-wise that it&#x27;s teaching people to send their login credentials the wrong damned way!<p>Hopefully everyone sees what&#x27;s going on here?
评论 #7403767 未加载
statictypeabout 11 years ago
Works on my Nexus 4. Neat idea but it&#x27;s already been done many times, unless I&#x27;m missing something?<p>I can pair the Youtube app on my phone with my TV the same way and search&#x2F;play items from my phone.
评论 #7403632 未加载
kureikainabout 11 years ago
This looks very cool. I had the same ideas, but for the slideshow control for remote control speakerdeck.com and slideshare.net [1]<p>The technology stack that I used is quite simple: Go Lang, Firebase and a bookmarklet. I plan to replace Firebase with CouchDb and TouchDB later.<p>If you can explain how you send the data between client and server, that will be a big help.<p>----------<p>[1] <a href="https://axcoto.com/qslider" rel="nofollow">https:&#x2F;&#x2F;axcoto.com&#x2F;qslider</a>
评论 #7406961 未加载
评论 #7403928 未加载
pimlottcabout 11 years ago
Minor nit: On my phone, the placeholder text for the verification code input box reads &quot;five digits&quot;. My code was &quot;9tlni&quot;. Only one of those is a digit.
评论 #7404143 未加载
couchandabout 11 years ago
There&#x27;s something funky with your QR code. My reader doesn&#x27;t recognize it as a URL (it seems to be just the plain text type). There was also a space in the URL that I had to delete before my browser would recognize it as a valid URL. (fyi I&#x27;m running Cyanogenmod with their stock browser and the Obsqr QR scanner).
评论 #7404089 未加载
anilyeniabout 11 years ago
well this is the same hoby project that i am working on. The thing is this is not remote control for &quot;browser&quot;. This is remote control for the api integrated web page. Mine project called &quot;peegle&quot; works with a chrome extension. So I can call it remote controller for browser. Just check it maybe we can do something together.
评论 #7410717 未加载
hashxabout 11 years ago
If you turn on dim in the browser, the status isn&#x27;t reflected in the phone.Thereafter off becomes on and vice-versa
评论 #7404100 未加载
michaelmiorabout 11 years ago
Curious what the purpose of the visual verification code is. I don&#x27;t see any obvious reason this is necessary.
评论 #7403681 未加载
hrktbabout 11 years ago
There&#x27;s a space in the url in the QRcode that needs to be removed (it&#x27;s 24~25 characters from the end)
评论 #7404086 未加载
tzamanabout 11 years ago
Not sure what it does? I don&#x27;t need controlling the browser remotely, I sit right behind the computer :)
评论 #7404581 未加载
评论 #7404317 未加载
评论 #7407017 未加载
natchabout 11 years ago
Nice idea but does not work on my fully up-to-date iPhone 5s. After putting in the code and tapping &quot;Pair&quot; the pair button just flickers slightly and nothing else happens. Tried with two different codes, rescanning the QR code each time.
评论 #7403596 未加载
评论 #7404050 未加载
techaddict009about 11 years ago
Great Idea! Does it work on any phone?
评论 #7403600 未加载
notastartupabout 11 years ago
can you explain the tech behind this? how do you deal with latency