TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ClickSend - Stream files to Android via WiFi with two clicks

1 点作者 unbehagen将近 12 年前

1 comment

unbehagen将近 12 年前
Here's the technical background: ClickSend consists of an Android App and a Java server. Both register with a Google App Engine backend. If you send a file to the Android App, the Java server opens an HTTP server, generates a random URL for the file and sends this as a push notification (GCM) to your Android device, along with all IP adresses of the server. The client is triggered by the notification and tries to reach the server on all IP adresses and opens the URL. This allows for direct streaming of multimedia content (player App needed) or downloading. The data never passes through our servers, so it only works if server and client are connected to the same network. We are currently preparing to launch this so all feedback is appreciated.