aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-13 01:43:55 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-13 01:43:55 -0700
commitc3aa909021209b464e7ccc9c6527bf49ea436e12 (patch)
tree644a47fd600221b11b00c2d5084857421208c2cb
parent19bad30bfaefdfa12784bd7900fd4eee1574a94b (diff)
Update readme
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index d7a7d7f..e92e9f1 100644
--- a/README.md
+++ b/README.md
@@ -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