←back to thread

223 points stusmall | 1 comments | | HN request time: 0.217s | source
Show context
jauntywundrkind ◴[] No.43508632[source]
I really wish there were some write-ups for doing wifi-p2p aka wifi-aware (the wifi alliance's proprietary branding for it) on Linux! Incredibly sad that it's just so so so undocumented; such a neat sounding suite of capabilities.

Haven't looked in 2-3 years, but found so little ehm last I looked. Very dismaying. So many folks doing "p2p" file sharing apps, but generally they assume you have setup networking already. We really need to own the means of connectivity. Especially now!

replies(1): >>43509017 #
londons_explore ◴[] No.43509017[source]
Unfortunately I believe it requires your WiFi firmware have the ability to switch channels with microsecond timing precision.

That means you couldn't do it with off the shelf WiFi hardware.

You might be able to do it whilst dropping existing WiFi connections during the transfer.

replies(3): >>43509220 #>>43513106 #>>43514853 #
1. hollow-moe ◴[] No.43514853[source]
I believe most android smartphones can actually do it: I often rely on having my phone connected to wifi and also being an AP at the same time (exactly to make up for the absence of simple direct connection between my devices, using adb and some other software you can "emulate" what apple is doing with AWDL, this wifi-aware thing looks like an answer to some of my problems). Sample size is around 5 but from different brands and price ranges so I'm pretty sure it's on basically all devices.