简体   繁体   English

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

[英]Sending data from an Android to a Laptop

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.我有一台 android 平板电脑,一台 windows 笔记本电脑,两者都连接到同一个路由器,我希望我的应用程序将图像和文本发送到笔记本电脑。

This possible?这可能吗? And if so, how?如果是这样,怎么办?

Thank you kindly.非常感谢你。

Yes, it is possible.对的,这是可能的。 You can:你可以:

  • Develop server/client applications that communicate via sockets.开发通过 sockets 进行通信的服务器/客户端应用程序。

Or或者

  • Set up an ftp server in your laptop, and develop an application that uploads the files to the ftp.在您的笔记本电脑中设置 ftp 服务器,并开发一个将文件上传到 ftp 的应用程序。

There are a lot of other alternatives, but these two are the pretty straight forward ones.还有很多其他选择,但这两个是非常直接的选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM