autd3-link-soem library for python3.11+
pip install pyautd3_link_soem
see example
This library uses libpcap
which requires root permission.
So, please add permission as follows.
sudo chmod +r /dev/bpf*
sudo setcap cap_net_raw,cap_net_admin=eip <your python path>
See LICENSE and ThirdPartyNotice.
Shun Suzuki, 2022-2025