我是靠谱客的博主 耍酷抽屉,最近开发中收集的这篇文章主要介绍python通过wifi控制手机_使用python在计算机和手机之间通过wifi进行简单的文件传输...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

I've previously done OBEX-related things, mostly fetching things from

mobile phones, using the obexftp program 2 which is part of the

OpenOBEX project 3. Naturally, you can call the obexftp program from

Python and interpret the responses and exit codes using functions in

the os, popen2 and subprocess modules. I believe that obexftp also

supports "push" mode, but you could probably find something else

related to OpenOBEX if it does not.

Since Bluetooth communications are supported using sockets in GNU/

Linux distributions and in Python (provided that the Bluetooth support

is detected and configured), you could communicate with phones using

plain network programming, but this would probably require you to

implement the OBEX protocols yourself - not a straightforward task for

a number of reasons, including one I mention below. Thus, it's

probably easier to go with obexftp at least initially.

最后

以上就是耍酷抽屉为你收集整理的python通过wifi控制手机_使用python在计算机和手机之间通过wifi进行简单的文件传输...的全部内容,希望文章能够帮你解决python通过wifi控制手机_使用python在计算机和手机之间通过wifi进行简单的文件传输...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(53)

评论列表共有 0 条评论

立即
投稿
返回
顶部