You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2021 Aeroconf paper submission `Fastcat: An Open-Source Library for Composable
13
13
EtherCAT Control Systems`
14
14
- README for build details
@@ -60,19 +60,19 @@ $ make
60
60
61
61
### Network Port Access for EtherCAT
62
62
63
-
The shipped utilities (`jsd_slaveinfo`, `solo_vel_profile`, `solo_pos_profile`) and any modules built using fastcat open raw EtherCAT sockets and need `CAP_NET_ADMIN` + `CAP_NET_RAW` permissions.
63
+
The shipped utilities (`jsd_slaveinfo`, `elmo_vel_profile`, `elmo_pos_profile`) and any modules built using fastcat open raw EtherCAT sockets and need `CAP_NET_ADMIN` + `CAP_NET_RAW` permissions.
64
64
This can be achieved either by running the binary as the root user, or by using the `sudo setcap` command to permit non-root users to access the raw socket.
65
-
For example, you can permit a non-root user to run the `solo_vel_profile` binary with the command:
65
+
For example, you can permit a non-root user to run the `elmo_vel_profile` binary with the command:
0 commit comments