Lightweight HTTP server and client pair for remote command execution. Inspired by the BusyBox model: one client script invoked under multiple names via symlinks, each forwarding to a different command on the server. Original use case: run gp (PARI/GP) remotely from a machine that doesn’t have it installed.
python distributed-computing remote-execution http-server symlink network-tools client-server pari-gp busybox-style command-forwarding
-
Updated
Jul 10, 2026 - Python