Skip to content

shinolab/stm-flat-python

 
 

Repository files navigation

pyautd3

build codecov PyPI version

autd3 library for python3.10+

Install

pip install pyautd3

Example

see example

For macOS and Linux users

pyautd3.link.SOEM uses libpcap which requires root permission. If you want to use pyautd3.link.SOEM, 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-2024

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • Rust 6.6%