简体   繁体   English

电话到桌面通讯的框架

[英]Framework for phone to desktop communication

I'm developing a C# app on the desktop (Microsoft Surface like), and I would need to send data to phones (Iphone, Andriod, iPad, WP7 etc). 我正在台式机上开发C#应用程序(类似Microsoft Surface),并且需要将数据发送到手机(Iphone,Andriod,iPad,WP7等)。 The data transferring would pictures,text to and fro. 数据传输将来回图片,文本。

I'm aware of 32feet and Blueway, those are using bluetooth. 我知道32feet和Blueway,它们使用的是蓝牙。 I like to ask 我想问

  • is there a framework which would allow the app to connect to the phones to transfer data 是否有允许应用程序连接到手机以传输数据的框架
  • is bluetooth the best connection method? 蓝牙是最好的连接方法吗? Or are there alternatives 还是有其他选择

If you just want the app to send to any phones nearby then Bluetooth will probably be the simplest option. 如果您只是想将应用程序发送到附近的任何手机,则蓝牙可能是最简单的选择。

If you need to have some loginc and back and forth communication this will depend on the phones you wish to communicate with. 如果您需要进行一些登录和来回通信,则取决于要与之通信的电话。 For instance, access to the Bluetooth stack isn't currently available to 3rd party apps on WP7. 例如,WP7上的第三方应用程序当前无法访问蓝牙堆栈。

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

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