Skip to content

The IKISUGI EtherIP(RFC3378) for Linux

License

Notifications You must be signed in to change notification settings

TeamFelNull/ikisugi-etherip

 
 

Repository files navigation

etherip

EtherIP(RFC3378) for Linux

Confirmed to work with NEC UNIVERGE IX series

install

make
sudo make install

Usage

etherip -h

// example
sudo ip tuntap add mode tap dev tap0
sudo ip link set up dev tap0
sudo ip addr add 192.168.1.2/24 dev tap0
sudo etherip ipv4 dst 10.10.10.1 src 192.168.10.2 tap tap0

uninstall

sudo make remove

About

The IKISUGI EtherIP(RFC3378) for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%