diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:43:55 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:43:55 -0700 |
commit | c3aa909021209b464e7ccc9c6527bf49ea436e12 (patch) | |
tree | 644a47fd600221b11b00c2d5084857421208c2cb | |
parent | 19bad30bfaefdfa12784bd7900fd4eee1574a94b (diff) |
Update readme
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,5 +1,7 @@ work in progress +Use it with [mycan](https://git.flylightning.xyz/mycan/). + build, install, and run using `make`: ```sh make @@ -21,13 +23,10 @@ usage ./remote_plot -d 10.0.0.7 ``` -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 +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 |