Remote control server for Android and iOS devices
Step 1
Instal and launch locally RethinkDB
Step 2
Install and start the server, which requires Python 3.6 or higher.
First clone the code to the local, use the following method to install the dependency
pip3 install -r requirements.txtThe easiest way to start
# Start-up mode, which is the easiest method to start
python3 main.py
# Specify the authentication type
python3 main.py --auth simple
# Set the listening port
python3 main.py --port 4000Step 3: Android device access
Reference project introduction atxserver2-android-provider
Step 3: iOS device access
Reference project introduction atxserver2-ios-provider