hi Jan
I have created a net with machines that belong to different IP range, as it is showned below:
#
# Examplary TDMA configuration file
#
# Primary master
master:
ip 192.0.0.229
cycle 4000
slot 2 500
slot 0 3500 1/5
# Slave A
slave:
ip 192.0.1.244
slot 2 1000
slot 0 3500 2/5
# Slave B
slave:
ip 192.0.1.241
slot 2 1500
slot 0 3500 3/5
# Slave C
slave:
ip 192.0.0.205
slot 2 2000
slot 0 3500 4/5
# Slave D
slave:
ip 192.0.1.235
slot 2 2500
slot 0 3500 5/5
Into file rtnet.conf I have utilized the same NETMASK="255.255.255.0" for all machines.
when I send an IP/UDP packet type whit address "192.0.1.255" or "192.0.0.255", this packet is received from all machines.
Is possible to do this with RTnet?
thanks for all.