Skip to content

aikuznetsov/Af_stf_server

 
 

Repository files navigation

AnchorFree STF server

Remote control server for Android and iOS devices

Setup

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.txt

The 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 4000

Step 3: Android device access

Reference project introduction atxserver2-android-provider

Step 3: iOS device access

Reference project introduction atxserver2-ios-provider

Thanks

LICENSE

MIT

About

Smart Phone Management. Reimplement of atx-server with Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 57.5%
  • Python 42.2%
  • Other 0.3%