blob: 040e3ead006d8ea01716c7445ca6c6cdfa0a2b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
work in progress
build, install, and run using `make`:
```
make
sudo make install
remote_plot
```
build and run without make:
```
cc -Wall $(pkg-config --cflags --libs libssh plplot gtk4) -lm -o remote_plot remote_plot.c
./remote_plot
```
infrastructure configs not included yet:
- raspberry pi:
- /etc/wireguard/wg0.conf wireguard config
- /etc/NetworkManager/system-connections/wg0.nmconnection networkmanager wireguard config imported from wireguard config
- /etc/modules-load.d/wireguard.conf autostart load wireguard kernel module, see <https://wiki.archlinux.org/title/Kernel_module#systemd>
- /etc/systemd/system/can0.service autostart can bus configs
- server and laptop
- wireguard related configs
- files in /etc/wireguard
- files in /etc/NetworkManager/system-connections
- /etc/nftables.conf nftables firewall configs
|