Hacker News new | ask | show | jobs
by WorldMaker 1835 days ago
Windows 10 has Miracast built in and has encouraged wifi drivers to support it. Miracast is built on top of Wifi Direct like most of these other p2p tools. Windows also has a hard to find "AirDrop"-like system, but between having no mobile devices anymore and incompatibility with Google and Apple's proprietary systems no one thinks to use it (because it's mostly just useful between Windows devices and at that point you probably have older tools like file shares that perfectly cromulent rather than worrying about physical proximity).

A lot of these things also don't get explored as much as they should be because the APIs are in the WinRT side of the fence and Project Reunion is only just now opening WinRT to a lot more classic Windows devs.

So Windows doesn't have "nothing" here, it's just trapped between rock (Apple) and hard place (Google).

1 comments

Excellent point about Miracast.

It'd be interesting to see some example code that makes use of any platform SDKs windows has available for doing wifi-p2p connectivity with peers. Going from "this is a capability windows uses" to "this is a capability of the platform folks can use" is another jump in meta-level towards encouraging the virtuous hardware/software adoption cycle.

Seems the API is named almost exactly what you would expect, Windows.Devices.WifiDirect:

https://docs.microsoft.com/en-us/uwp/api/Windows.Devices.WiF...