forked from aregtech/areg-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrouter.init
24 lines (21 loc) · 1.22 KB
/
router.init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ###########################################################################
# This is a configuration file for service mcrouter (Multicast Router)
# ###########################################################################
# ###########################################################################
#
# How to configure service mcrouter (Multicast Router)?
# 1. set connection type
# 2. enable or disable remote connection
# 3. set connection service name
# 4. set service mcrouter host address
# 5. set service mcrouter connection port
#
# ###########################################################################
# ###########################################################################
# connection configuration
# ###########################################################################
connection.type = tcpip # right now it supports only 'tcpip' (TCP/IP)
connection.enable.tcpip = true # if 'true' the service mcrouter connection is enabled
connection.name.tcpip = TCPIP # the connection name, which should be unique within system
connection.address.tcpip = 127.0.0.1 # the address of service mcrouter host
connection.port.tcpip = 8181 # service mcrouter connection port