Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 907 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 907 Bytes

pyautd3_link_soem

build codecov PyPI version

autd3-link-soem library for python3.11+

Install

pip install pyautd3_link_soem

Example

see example

For macOS and Linux users

This library uses libpcap which requires root permission. So, please add permission as follows.

macOS

sudo chmod +r /dev/bpf*

linux

sudo setcap cap_net_raw,cap_net_admin=eip <your python path>

LICENSE

See LICENSE and ThirdPartyNotice.

Author

Shun Suzuki, 2022-2025