Menu

Tree [33b922] default /
 History

Read Only access


File Date Author Commit
 devices 2016-10-18 Florian Pose Florian Pose [a1079c] Support changed sock_create_kern() interface fr...
 documentation 2016-05-04 Florian Pose Florian Pose [5a70ff] EoE interface configuration hints.
 examples 2016-06-09 Florian Pose Florian Pose [14a18e] Migrated user-space example to use clock_nanosl...
 include 2015-04-14 Dave Page Dave Page [a380cc] 16-ethercat-1.5-frame-corruption.patch
 lib 2017-08-18 Philipp Weyer Philipp Weyer [33b922] Fixed lib include paths
 m4 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 master 2017-09-04 Philipp Weyer Philipp Weyer [8d6833] Fixed vm_fault.
 script 2014-06-01 Gavin Lambert Gavin Lambert [ecef88] Exit properly on "restart" request to init script.
 tool 2017-03-03 Florian Pose Florian Pose [f5ffd1] Clear unused ports; use arrows for next slaves.
 tty 2016-10-18 Florian Pose Florian Pose [39280d] Support changed tty_prepare_flip_string() inter...
 .hgignore 2015-11-05 Patrick Bruenn Patrick Bruenn [599533] update ccat driver to v0.14
 .hgtags 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 AUTHORS 2007-02-13 Florian Pose Florian Pose [5fcbd2] MERGE -r688:759 trunk -> branches/stable-1.2 (r...
 COPYING 2006-11-06 Florian Pose Florian Pose [610ddc] Removed --foreign switch for autotools.
 COPYING.LESSER 2012-07-13 Florian Pose Florian Pose [56a3d4] Fixed COPYING.LESSER to be LGPL 2.1 (like in fi...
 CodingStyle.txt 2011-10-28 Florian Pose Florian Pose [081480] Again coding style.
 Doxyfile.in 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 FEATURES 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 INSTALL 2010-03-22 Florian Pose Florian Pose [57b500] Added bootstrap call to INSTALL.
 Kbuild.in 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 Makefile.am 2014-05-31 Gavin Lambert Gavin Lambert [ae24ed] Add generated files to mrproper rule.
 NEWS 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 README 2011-10-28 Florian Pose Florian Pose [081480] Again coding style.
 README.EoE 2009-01-26 Florian Pose Florian Pose [7cd33a] merge -c1609 branches/stable-1.4: INSTALL, README.
 TODO 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 bootstrap 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 configure.ac 2014-05-31 Gavin Lambert Gavin Lambert [559f2f] Do not force the DC reference clock to OP; if i...
 ethercat.spec.in 2014-11-03 Florian Pose Florian Pose [2b9c78] Reverted default branch to stable-1.5.
 globals.h 2009-08-13 Florian Pose Florian Pose [dbc617] Switched from Subversion to Mercurial.

Read Me

-------------------------------------------------------------------------------

$Id$

vim: spelllang=en spell tw=78

-------------------------------------------------------------------------------

This file shall give additional information on how to set up a network
environment with Ethernet over EtherCAT devices.

A virtual network interface will appear for every EoE-capable slave. The
interface naming scheme is either eoeXsY, where X is the master index and Y is
the slave's ring position, or (if the slave has an alias set) eoeXaZ, where Z
is the (decimal) alias address. Please provide a network configuration file for
any of these interfaces. On SUSE systems, these can look like the following:

/etc/sysconfig/network/ifcfg-eoe0s14:
IPADDRESS=10.0.0.14/8
STARTMODE=auto

This will tell the ifupd to configure and open the device after it appears.

If the interfaces shall be part of a network bridge, the IPADDRESS line is not
necessary. Instead, copy the file script/ifup-eoe.sh to your systems if-up.d
directory (on SUSE, this is /etc/sysconfig/network/if-up.d), and customize the
included variables.

-------------------------------------------------------------------------------