Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file is usually located in <PREFIX>/etc/rtnet.conf
- # Please adapt it to your system.
- # This configuration file is used with the rtnet script.
- # RTnet installation path
- prefix="/usr/local/rtnet"
- exec_prefix="${prefix}"
- RTNET_MOD="${exec_prefix}/modules"
- RTIFCONFIG="${exec_prefix}/sbin/rtifconfig"
- RTCFG="${exec_prefix}/sbin/rtcfg"
- TDMACFG="${exec_prefix}/sbin/tdmacfg"
- # Module suffix: ".o" for 2.4 kernels, ".ko" for later versions
- MODULE_EXT=".ko"
- # RT-NIC driver
- RT_DRIVER="rt_dm9000"
- RT_DRIVER_OPTIONS=
- # IP address and netmask of this station
- # The TDMA_CONFIG file overrides these parameters for masters and backup
- # masters. Leave blank if you do not use IP addresses or if this station is
- # intended to retrieve its IP from the master based on its MAC address.
- IPADDR="192.168.1.40"
- NETMASK=""
- # Start realtime loopback device ("yes" or "no")
- RT_LOOPBACK="yes"
- # Use the following RTnet protocol drivers
- RT_PROTOCOLS="udp packet"
- # Start capturing interface ("yes" or "no")
- RTCAP="no"
- # Common RTcfg stage 2 config data (master mode only)
- # The TDMA_CONFIG file overrides this parameter.
- STAGE_2_SRC=""
- # Stage 2 config data destination file (slave mode only)
- STAGE_2_DST=""
- # Command to be executed after stage 2 phase (slave mode only)
- STAGE_2_CMDS=""
- # TDMA mode of the station ("master" or "slave")
- # Start backup masters in slave mode, it will then be switched to master
- # mode automatically during startup.
- TDMA_MODE="master"
- # Master parameters
- # Simple setup: List of TDMA slaves
- #TDMA_SLAVES="10.0.0.2 10.0.0.3 10.0.0.4" /*commented by siva 19.12.2011
- # Simple setup: Cycle time in microsecond
- #TDMA_CYCLE="5000" /* COmmented by siva 19.12.2011
- # Simple setup: Offset in microsecond between TDMA slots
- #TDMA_OFFSET="200" /*commented by siva 19.12.2011
- # Advanced setup: Config file containing all TDMA station parameters
- # To use this mode, uncomment the following line and disable the
- # three master parameters above (SLAVES, CYCLE, and OFFSET).
- TDMA_CONFIG="${prefix}/etc/tdma.conf"
Advertisement
Add Comment
Please, Sign In to add comment