简体   繁体   中英

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). The data transferring would pictures,text to and fro.

I'm aware of 32feet and Blueway, those are using bluetooth. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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