forked from yamcs/jsle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbridge.properties
47 lines (41 loc) · 1.99 KB
/
bridge.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
####### udp-sle-bridge configuration file
############### general properties ######################################
#general properties used for SLE connection and authentication
#they have to be passed to the SLE users to be able to connect and verify the data we send
#the password is in hexadecimal
#authLevel can be ALL, BIND or NONE
sle.port=25711
sle.myUsername=jsle-bridge
sle.myPassword=AB0102030405060708090a0b0c0d0e0f
sle.authLevel=BIND
sle.responderId=jsle-bridge
################ authentication information #############################
# The initiator-identifier received in the BIND call is matched agaisnt the initiatorId
# If an entry is found, the corresponding peerUsername/peerPassword are then used to verify the credentials (if the authLevel is ALL or BIND)
# If no entry is found the bind is denied even if the authLevel is NONE
#
auth.1.initiatorId=mertens
auth.1.peerUsername=mertens
auth.1.peerPassword=000102030405060708090a0b0c0d0e0f
auth.1.hashAlgorithm=SHA-1
################ service definition ############################
# The service-instance-identifier in the BIND call is matched against the sii (otherwise the sii is not used)
# If an entry is found, the application type is matched against the type
# The type has to be either raf, rcf or cltu
# For raf the udpPort is the local post where we listen for frames
# For cltu the udpHost/udpPort is the host and port where we send the received CLTUs
# ltu also supports the bitrate (bits/seconds) used to compute the duration to send one CLTU
#
service.raf-ontl1.sii=sagr=SAGR.spack=SPACK.rsl-fg=RSL-FG.raf=onlt1
service.raf-ontl1.type=raf
service.raf-ontl1.udpPort=1235
service.raf-ontl1.maxFrameLength=1115
service.rcf-ontl1.sii=sagr=SAGR.spack=SPACK.rsl-fg=RSL-FG.rcf=onlt1
service.rcf-ontl1.type=rcf
service.rcf-ontl1.udpPort=1235
service.rcf-ontl1.maxFrameLength=1115
service.cltu1.sii=sagr=SAGR.spack=SPACK.fsl-fg=FSL-FG.cltu=cltu1
service.cltu1.type=cltu
service.cltu1.udpHost=localhost
service.cltu1.udpPort=5010
service.cltu1.bitrate=10000