A host LAN controller software running on Windows
and macOS
(read description below) PC, enabling mobile phones to access a web page panel for PC control.
- Touchpad
- Mouse Buttons (Left, Right, Middle)
- Mouse Wheel
- D-Pad
- Keyboard
- Volume Slider
Download portable application from the Release page.
Currently, the program is CLI interactive. When starting, you can manually provide the port number, and the program will automatically detect to ensure that the port is available and conflict-free. After starting, use the mobile browser to access the LAN IP address and port of the computer.
Important
Due to the introduction of additional features starting from v0.6.0
, it is difficult to perfectly support macOS through the non-installation method. Therefore, the packaging files for macOS are temporarily not provided, v0.5.1
is the last stable version that supports macOS.
For v0.5.1
, you can download from the Release v0.5.1 page.
Note: For macOS, due to permission issues, the
directly downloaded iController cannot be trusted by the system, the only solution at present is to open the switch
of Settings > Privacy & Security > Developer Tools > Terminal
.
Development
npm run react
Build
npm run build
Windows
For Python environment, recommend using ./bin/dev-pyvenv/newenv.bat
to create a new virtual environment. Then run:
venv\Scripts\activate
to enter the virtual environment. Or add the virtual environment to your IDE.
macOS
For Python environment, recommend using ./bin/dev-pyvenv/newenv.sh
to create a new virtual environment. Then run:
source venv/bin/activate
to enter the virtual environment. Or add the virtual environment to your IDE.
Recommend use win-onefile.bat
/ mac-onefile.sh
in ./bin/packaging/
to package the application. Note that after testing, some Python v3.10.x versions may have
mysterious errors. Only Python v3.10.10 is recommended.
- Node.js
- React.js
- Material UI (https://github.com/mui/material-ui)
- Prime React (https://github.com/primefaces/primereact)
- React Color (https://github.com/casesandberg/react-color)
- Lodash (https://github.com/lodash/lodash)
- React.js
- Python
- (≤v0.4.5)
Flask (https://github.com/pallets/flask) - (v0.5.0+) Quart (https://github.com/pallets/quart)
- Hypercorn (https://github.com/pgjones/hypercorn)
- PyAutoGUI (https://github.com/asweigart/pyautogui)
- Pycaw (https://github.com/AndreMiras/pycaw)
- Psutil (https://github.com/giampaolo/psutil)
- PyInstaller (https://github.com/pyinstaller/pyinstaller)
- (≤v0.4.5)
MPL 2.0
Copyright © 2024-PRESENT GitHub@Mehver/iController , All Rights Reserved.