1 个不稳定版本
0.1.0 | 2024年7月6日 |
---|
#13 in #远程过程调用
22KB
56 代码行
ippush
A simple remote procdure returning the callers IP address and a timestamp.
- 简洁性
- UDP 作为传输协议
- JSON 输出
- 少于100行代码
安装
您可以通过运行以下命令使用 cargo
安装 ippush:
user@host:~$ cargo install ippush
用法
要运行应用程序,您必须将适当的 IP(例如 1.2.3.4)和端口号(例如 5678)作为参数调用二进制文件
user@host:~$ ippush 1.2.3.4 5678
然后,您可以通过连接到 1.2.3.4:5678 并通过 UDP 发送任意数据来调用远程过程。
贡献
如果您想贡献: CONTRIBUTING.
安全
有关安全相关的问题,请参阅: SECURITY.
依赖项
~1.7–2.8MB
~53K SLoC