Utilities for the Syndicated Actor Model
Go to file
Emery Hemingway fc9b54f339 Remove http_translator
There is better HTTP schema defined elsewhere.
See syndicate-protocols/schemas/http.prs.
2023-05-07 09:21:07 +01:00
src Remove http_translator 2023-05-07 09:21:07 +01:00
.envrc Syndicate API update 2023-04-10 10:46:50 -05:00
.gitignore Remove http_translator 2023-05-07 09:21:07 +01:00
README.md Remove http_translator 2023-05-07 09:21:07 +01:00
Tuprules.tup Syndicate API update 2023-04-10 10:46:50 -05:00
config.prs Use <recv-json …> and <send-json …> schema 2023-05-05 18:15:53 +01:00
mpv.config-example.pr Use <recv-json …> and <send-json …> schema 2023-05-05 18:15:53 +01:00
syndicate_utils.nimble Remove http_translator 2023-05-07 09:21:07 +01:00

README.md

Syndicate utils

json_translator

Wrapper that executes a command, parses its JSON output, and asserts a Preserves conversion in an <output …> record.

json_socket_translator

Utility to communicate with sockets that send and receive lines of JSON. Compatible with mpv, see mpv.config-example.pr.

msg

A utility that sends a message to $SYNDICATE_SOCK in the form <ARGV…>.