WirelessPresentation/WirelessDisplay — reverse-engineered prompt
Reverse engineered prompt
Build me a simple wireless display receiver app and demo based on this repo. I want something I can install on Android TV or a tablet, and if possible also run on Windows or Linux, so people can cast or mirror from common protocols like AirPlay, Miracast, WiDi, Google Cast, DLNA, and BJCast.
The main goal is that a normal user opens the app, immediately understands how to connect, and can start presenting wirelessly without a lot of setup. Please turn the existing code and samples into one clean experience instead of a bunch of separate demos. I want a basic home screen, clear connection instructions, receiver status, simple controls to start and stop sessions, and a small log or debug view in case something is not working.
Keep it practical and close to what this repo already supports. Make it easy to test, with a demo flow that shows the different receiver modes. If anything is unclear, look up current docs online if you need to, but do not add big features that are outside the scope of this project.
Want more depth? Deep Reverse