work in progress Use it with [mycan](https://git.flylightning.xyz/mycan/). build, install, and run using `make`: ```sh make sudo make install remote_plot ``` build and run without make: ```sh cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c ./remote_plot ``` usage ```sh # use default ssh destination ./remote_plot # use another ssh destination ./remote_plot -d 10.0.0.7 ``` Infrastructure configs not included yet: - raspberry pi - ~/.config/labwc/autostart auto start remote_plot locally - server and laptop: - wireguard related configs - files in /etc/wireguard - files in /etc/NetworkManager/system-connections - /etc/nftables.conf nftables firewall configs