├── .idea ├── misc.xml ├── modules.xml └── tdx.iml ├── MainServer.py ├── QsId.ini ├── TdApiX.dll ├── TdApiX.lic ├── TdApiX_20200327.log ├── TdApiX_20200328.log ├── TdApiX_20200329.log ├── Test.py ├── config.json ├── license.lic ├── license ├── CreateLicense.py ├── GetHostInfo.py ├── GetLicense.py └── license.lic ├── mac.py ├── out.log ├── qsid2ip.json ├── read.py ├── server.py ├── setup.py ├── testarr.py ├── ttt.py ├── 参数列表(1).txt └── 接口文档(1).txt /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/tdx.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/.idea/tdx.iml -------------------------------------------------------------------------------- /MainServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/MainServer.py -------------------------------------------------------------------------------- /QsId.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/QsId.ini -------------------------------------------------------------------------------- /TdApiX.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/TdApiX.dll -------------------------------------------------------------------------------- /TdApiX.lic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/TdApiX.lic -------------------------------------------------------------------------------- /TdApiX_20200327.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/TdApiX_20200327.log -------------------------------------------------------------------------------- /TdApiX_20200328.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/TdApiX_20200328.log -------------------------------------------------------------------------------- /TdApiX_20200329.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/TdApiX_20200329.log -------------------------------------------------------------------------------- /Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/Test.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/config.json -------------------------------------------------------------------------------- /license.lic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/license.lic -------------------------------------------------------------------------------- /license/CreateLicense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/license/CreateLicense.py -------------------------------------------------------------------------------- /license/GetHostInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/license/GetHostInfo.py -------------------------------------------------------------------------------- /license/GetLicense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/license/GetLicense.py -------------------------------------------------------------------------------- /license/license.lic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/license/license.lic -------------------------------------------------------------------------------- /mac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/mac.py -------------------------------------------------------------------------------- /out.log: -------------------------------------------------------------------------------- 1 | server listened on 192.168.3.10:5678 2 | -------------------------------------------------------------------------------- /qsid2ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/qsid2ip.json -------------------------------------------------------------------------------- /read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/read.py -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/server.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/setup.py -------------------------------------------------------------------------------- /testarr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/testarr.py -------------------------------------------------------------------------------- /ttt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/ttt.py -------------------------------------------------------------------------------- /参数列表(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/参数列表(1).txt -------------------------------------------------------------------------------- /接口文档(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roxhf/tdxapi2/HEAD/接口文档(1).txt --------------------------------------------------------------------------------