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.

How we built a web controlled robot with SSL tunnels and perl

24 pointsby danecjensenover 14 years ago

2 comments

brandonover 14 years ago
I find the "and perl" part particularly dubious. Here's an excerpt:<p><pre><code> system("echo '$mydata' &#62; /home/rhett/usernick"); system('/home/rhett/music_player.rb &#38;'); system('/home/rhett/servos/phidgets-examples/AdvancedServo-simple &#38;'); </code></pre> As a former perl hacker, this kind of stuff was infuriating to me before, but it just seems silly now.
评论 #1923808 未加载
评论 #1923768 未加载
评论 #1926219 未加载
mleonhardover 14 years ago
<p><pre><code> Serving live video over the internet The Cam.ly security camera and interface system is super simple to set up. Plug power into the camera and connect it to the internet. Point and shoot. We slightly changed the interface for the pinata buster. We won’t talk more about this part because how it works exactly is a trade secret. </code></pre> It's seriously disappointing that they refuse to talk about the streaming code. Last year I tried to build a web-enabled robot. I never found a way to stream the live video from the web-cam to a flash widget. There were lots of online services and commercial products, but no open-source stack.<p>It looks like Cam.ly will become unusable when the manufacturer's online web service goes down.
评论 #1928492 未加载