forked from ict-spitfire/smart-service-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssp.properties.default
62 lines (47 loc) · 1.13 KB
/
ssp.properties.default
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#Copy this files content in a new file ssp.properties in the same directory to customize it
#-------------
#Core settings
#-------------
#baseURIHost = www.coap2.wisebed.itm.uni-luebeck.de
#listenPort = 8080
#ram = 2097152
#--------------
#Simple backend
#--------------
enableBackend = simple
#-----------------
#Generator backend
#-----------------
#enableBackend = generator
#generator.features = 100
#generator.pFeature = 0.01
#generator.pValue = 0.8
#generator.nodes = 10
#------------
#SLSE backend
#-------------
#enableBackend = slse
#slse.waitForPolling = false
#threads = 30
#slse.parallelPolling = False
#------------
#CoAP backend
#------------
#enableBackend = coap1
#coap1.ipv6Prefix = 2001:123:abc:c003
#enableBackend = coap2
#coap2.ipv6Prefix = 2001:123:abc:c006
#enableBackend = coapXXX
#coapXXX.ipv6Prefix = 2001:110:efa:456
#------------
#Virtual HTTP services for CoAP devices
#------------
#coap.enableVirtualHttpServer = true
#tunInterfaceName = tun0
#tcpInterfaceName = eth1
#udpInterfaceName = eth0
#-------------
#Files backend
#-------------
#enableBackend = files
#files.directory = /home/spitfire/ssp-data/files