A remote desktop Application based on Electron, Vue3, WebRTC, gRPC, and PyAutoGUI, developed for local area networks, supporting multiple clients.
If your scenario involves two Win11 machines (which I have tested), you can
- directly modify the configuration information in config/config.json
- and then run it directly.
- Install dependencies located in the root directory.
- Install 2 projects dependencies located in the thirdPartyProj/
- build thirdPartyProj/ 2 projects into exe use Pyinstaller and pkg cmd and Make sure the location of the .exe file is the same as in the demo.
- config your ip info in /config/config.json
- run
build:win
- Set "IS_SERVER" to true and false respectively in the config.json on two computers.