The software will need to be told various aspects of your station configuration, for example, the hostnames of the station hardware to control. The following settings are installation specific, and are stored as *properties* in the :ref:`tangodb`. The format used here is ``device.property``:
:RECV.OPC_Server_Name: Hostname of RECVTR
:type: ``string``
:UNB2.OPC_Server_Name: Hostname of UNB2TR
:type: ``string``
:SDP.OPC_Server_Name: Hostname of SDPTR
:type: ``string``
:SST.OPC_Server_Name: Hostname of SDPTR
:type: ``string``
:SST.FPGA_sst_offload_hdr_eth_destination_mac_RW_default: MAC address of the network interface on the host running this software stack, on which the SSTs are to be received. This network interface must be capable of receiving Jumbo (MTU=9000) frames.
:type: ``string[N_fpgas]``
:SST.FPGA_sst_offload_hdr_ip_destination_address_RW_default: IP address of the network interface on the host running this software stack, on which the SSTs are to be received.
:type: ``string[N_fpgas]``
:XST.OPC_Server_Name: Hostname of SDPTR
:type: ``string``
:XST.FPGA_xst_offload_hdr_eth_destination_mac_RW_default: MAC address of the network interface on the host running this software stack, on which the XSTs are to be received. This network interface must be capable of receiving Jumbo (MTU=9000) frames.
:type: ``string[N_fpgas]``
:XST.FPGA_xst_offload_hdr_ip_destination_address_RW_default: IP address of the network interface on the host running this software stack, on which the XSTs are to be received.