albfan / miraclecast

Connect external monitors to your system via Wifi-Display specification also known as Miracast
Other
3.66k stars 407 forks source link

Enable a easy to use GUI Interface when running Miraclecast and options to works as Sink or Source #465

Open OliveiraICTS opened 1 year ago

OliveiraICTS commented 1 year ago

It should be good if it application could open an GUI interface enabling to select it to work as WFD_Sink or WFD_Source and in case of WFD_Sink automatically performs all required steps to waity for connection and if it is WFD_Source list all discovered WFD_Sink that are seen and connect to it.

albfan commented 1 year ago

All the commands on CLI should be enough to find the actions.

autocompletion functions on CLI should describe the list of devices and options for each

A Python GUI with dbus connection should replicate easily all that.

A dir gui can be a good place for it. I could start some plumbings on it

OliveiraICTS commented 1 year ago

Thanks