Skip to content
Snippets Groups Projects
Commit 388b2641 authored by wierenga's avatar wierenga
Browse files

BugID: 708

Correct settings for output to lofar11 and lofar12
parent 56bf7b49
No related branches found
No related tags found
No related merge requests found
......@@ -78,13 +78,19 @@ RSPDriver.OUTPUT_PAYLOAD_SIZE=736
# Destination IP and MAC address for data packets
# leaving the RSP board with the given index
#
#
# Output to lofar11
#
RSPDriver.SRC_IP_ADDR_0=10.1.0.1
RSPDriver.DST_IP_ADDR_0=10.2.0.1
RSPDriver.DST_MAC_ADDR_0=00:00:00:00:00:13
#RSPDriver.DST_MAC_ADDR_0=10:FA:00:00:00:01
RSPDriver.DST_IP_ADDR_0=192.168.2.111
RSPDriver.DST_MAC_ADDR_0=00:04:23:B5:C4:6A
#
# Output to lofar12
#
RSPDriver.SRC_IP_ADDR_1=10.1.0.2
RSPDriver.DST_IP_ADDR_1=10.2.0.2
RSPDriver.DST_MAC_ADDR_1=
RSPDriver.DST_IP_ADDR_1=192.168.2.112
RSPDriver.DST_MAC_ADDR_1=00:04:23:B5:C5:CA
RSPDriver.SRC_IP_ADDR_2=10.1.0.3
RSPDriver.DST_IP_ADDR_2=10.2.0.3
RSPDriver.DST_MAC_ADDR_2=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment