https://github.com/laoshan-tech/xray-rpc
通过 Xray 源码 proto 文件自动生成的 gRPC 代码,版本号对应 Xray 相对应。
https://github.com/laoshan-tech/xray-rpc
Last synced: 2 months ago
JSON representation
通过 Xray 源码 proto 文件自动生成的 gRPC 代码,版本号对应 Xray 相对应。
- Host: GitHub
- URL: https://github.com/laoshan-tech/xray-rpc
- Owner: laoshan-tech
- License: mit
- Created: 2021-04-06T15:23:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:48:38.000Z (over 2 years ago)
- Last Synced: 2025-03-26T06:34:28.424Z (3 months ago)
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xray-rpc




[](https://t.me/laoshan_tech)
[](https://t.me/laoshan_tech_discuss)通过 Xray 源码 proto 文件自动生成的 gRPC 代码,版本号对应 Xray 相对应。
## 安装
通过 pip 安装。
```shell
pip install xray-rpc
```## 使用
参考 [xray-node](https://github.com/laoshan-tech/xray-node/blob/master/xray_node/core/xray.py) 中的用法。