From 83e26352dca9ae0e8ea05f74d6e0e1a32c1d32cf Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 10 Jun 2023 15:29:44 +0100 Subject: [PATCH] Document the net_mapper --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 80d73a6..93e5963 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,31 @@ Do not send messages immediately to the dataspace passed `json_socket_translator A utility that sends a message to `$SYNDICATE_SOCK` in the form ``. The `$SYNDICATE_STEP` variables sets the SturdyRef capability with a default to the SturdyRef generated by ``. + +## net_mapper + +Publishes ICMP packet round-trip-times. See [net_mapper.prs](./net_mapper.prs) for a protocol description. [Source](./src/net_mapper.nim). + +Example script: +``` +? [ + $machine ? [ + $log ! + ] + + $config [ + > + + ? ?cap> [ + $cap { dataspace: $machine } + ] + ] +] +``` + ## preserve_process_environment This utility serializes it's process environment to Preserves and prints it to stdout.