Crates.io | ippush |
lib.rs | ippush |
version | 0.1.0 |
source | src |
created_at | 2024-07-06 14:09:04.937165 |
updated_at | 2024-07-06 14:09:04.937165 |
description | An IP remote procedure |
homepage | |
repository | https://github.com/shtsoft/ippush |
max_upload_size | |
id | 1294095 |
size | 59,130 |
A simple remote procdure returning the callers IP address and a timestamp.
You can install ippush with cargo
by running:
user@host:~$ cargo install ippush
To run the app you have to call the binary with an appropriate IP (e.g. 1.2.3.4) and port (e.g. 5678) as arguments:
user@host:~$ ippush 1.2.3.4 5678
Then you can call the remote procedure by connecting to 1.2.3.4:5678 via UDP and sending arbitrary data.
If you want to contribute: CONTRIBUTING.
For security-related issues see: SECURITY.