Project Directory Structure Overview
masterThe uiautodev repository is organized into the following core components:
binaries/: Contains binary files.driver/: Contains drivers for different types of devices.remote/: Contains remote-related code (extracted fromdriver).router/: Encapsulates drivers into an interface.app.py: The entry point for the FastAPI application.cli.py: Contains CLI-related logic.
The development server defaults to port 20242.