atxserver2的使用
1.首先clone atxserver2代码,此时使用pip3 install requirements后执行python main.py 会提示“ [WinError 10061] 由于目标计算机积极拒绝,无法连接”
2. 解决rethinkdb的连接问题,下载windows版的rethinkdb,然后在rethinkdb.exe 目录下执行rethinkdb.exe -d data/ 即可;
3.重新执行python main.py --port 4000即可
参考内容:
1.https://github.com/openatx/atxserver2
2. https://rethinkdb.com/docs/install/windows/
原文:https://www.cnblogs.com/jiguanghover/p/atxserver2.html