homeworkc / lazycast

A Simple Wireless Display Receiver
GNU General Public License v3.0
689 stars 89 forks source link

wps_pbc #10

Closed xiaoyu-ebox closed 4 years ago

xiaoyu-ebox commented 5 years ago

Hi homeworkc, Have you tested wps_pbc to connect? I use my android phone for testing, which is always fixed as wps_pin. I want to find a simpler way to connect, and it was a bit of a hassle to type the password every time.

homeworkc commented 5 years ago

I remember I have briefly tried that but I didn't succeed. I think what we should implement is the "p2p persistent group" feature so that every device only has to pair one time and Pi will remember the credentials ever since.

homeworkc commented 5 years ago

I have just added the persistent group feature. Now we only have to enter the pin once for each source.

xiaoyu-ebox commented 5 years ago

Great, but I've found that my raspberrypi often fails to execute this command 'wpa_cli p2p_group_add' and that it takes a long time to succeed without finding out why.I'll test your new features tonight.