将数据从 Android 设备发送到笔记本电脑

发布于 2024-11-19 08:53:37 字数 136 浏览 3 评论 0原文

几乎所有内容都在标题中。

我有一台 Android 平板电脑、一台 Windows 笔记本电脑,两者都连接到同一路由器,我希望我的应用程序将图像和文本发送到笔记本电脑。

这可能吗?如果是这样,怎么办?

谢谢您。

Pretty much everything is in the title here.

I have an android tablet, a windows laptop, both are conntected to the same router and I'd like my app send images and text to the laptop.

This possible? And if so, how?

Thank you kindly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我老 2024-11-26 08:53:37

是的,这是可能的。您可以:

  • 开发通过套接字通信的服务器/客户端应用程序。

或者

  • 在您的笔记本电脑中设置一个 ftp 服务器,并开发一个将文件上传到 ftp 的应用程序。

还有很多其他选择,但这两个是非常直接的选择。

Yes, it is possible. You can:

  • Develop server/client applications that communicate via sockets.

Or

  • Set up an ftp server in your laptop, and develop an application that uploads the files to the ftp.

There are a lot of other alternatives, but these two are the pretty straight forward ones.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文