简体   繁体   中英

Sharing files over wifi between two windows devices with a uwp app

I'm looking for a way to share files (say a text file) between two devices, I'm making a UWP application and would like to know any frameworks that may help me achieve that

You can use DataTransferManager to share files between different computers. Of course, this requires the device to turn on the "near sharing" feature. It works through Bluetooth.

If you want to share data via WIFI, then Wi-Fi Direct can help you. This is an example of a program provided by Microsoft.

Best regards.

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