Crates.io | escalon |
lib.rs | escalon |
version | 0.1.17 |
source | src |
created_at | 2023-08-29 08:44:40.425077 |
updated_at | 2023-10-25 10:33:23.56514 |
description | UDP communication layer for the Escalon project |
homepage | |
repository | https://github.com/kennycallado/escalon |
max_upload_size | |
id | 957796 |
size | 56,423 |
listen udp
nc -ul 65056
should be send from a container...
send join upd
echo -n "{\"action\":{\"Join\":{\"sender_id\":\"TESTER\",\"start_time\":{\"secs_since_epoch\":1695629468,\"nanos_since_epoch\":870772893}}}}" | nc -u -q1 0.0.0.0 65056
send check udp
echo -n "{\"action\":{\"Check\":{\"sender_id\":\"TESTER\",\"jobs\":0}}}" | nc -u -q1 0.0.0.0 65056