Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

sid2baker/ethercat_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EthercatEx

This is a elixir wrapper for EtherCAT.

Installation

Ubuntu

export KEYRING=/usr/share/keyrings/etherlab.gpg
curl -fsSL https://download.opensuse.org/repositories/science:/EtherLab/Debian_12/Release.key | gpg --dearmor | sudo tee "$KEYRING" >/dev/null
echo "deb [signed-by=$KEYRING] https://download.opensuse.org/repositories/science:/EtherLab/Debian_12/ ./" | sudo tee /etc/apt/sources.list.d/etherlab.list > /dev/null
sudo apt-get update
sudo apt install ethercat-master libethercat-dev libfakeethercat-dev librtipc-dev
sudo ip link set <eth0> promisc on
sudo ip link set <eth0> up
sudo modprobe ec_master main_devices=<max-address>
sudo modprobe ec_generic

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages