# Network layout
#
# Where does the freewrl browser run ?
# This has to conform with what is used
# and the freewrl code seems to have this hardcoded
set addr(EAI) 127.0.0.1
set port(EAI) 9877

#
# The tcludp package does not allow you to open
# the datagram socket on a specific interface.
#
# The OSC EAI gateway sends and recieves TCP
# on the xxx(EAI) socket as above. As far as
# the EAI is concerned, the gateway is a client
# to the server.
#
# The OSC EAI gateway sends and recieves UDP
# datagrams on the xxx(EAIOSCgw) socket as below.
#set cast(OSCEAIgw) 192.168.1.88
set cast(OSCEAIgw) 192.168.1.255
set port(OSCEAIgw) 7770

#set cast(myapp) 192.168.1.88
set cast(myapp) 192.168.1.255
set port(myapp) 7771

#
# This is for testing the osc libraries,
# oscconv and osctime
#
set cast(myapp-tcl4a) 192.168.1.2
set port(myapp-tcl4a) 7772

set cast(myapp-tcl4b) 192.168.1.2
set port(myapp-tcl4b) 7773

