add all
This commit is contained in:
30
builds/ds18b20/can_emul/niwebserver.conf
Normal file
30
builds/ds18b20/can_emul/niwebserver.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
NI.AddLVRouteVars
|
||||
ErrorLog "$LVSERVER_ROOT/logs/error.log"
|
||||
|
||||
Listen 8000
|
||||
|
||||
NI.ServerName default
|
||||
DocumentRoot "$LVSERVER_ROOT/../../www"
|
||||
TypesConfig "$LVSERVER_ROOT/mime.types"
|
||||
DirectoryIndex index.html
|
||||
WorkerLimit 10
|
||||
InactivityTimeout 60
|
||||
|
||||
LoadModulePath "$LVSERVER_ROOT/..;$LVSERVER_ROOT/modules;$LVSERVER_ROOT/LVModules"
|
||||
LoadModule LVAuth lvauthmodule
|
||||
LoadModule LVSnapshot lvsnapshotmodule
|
||||
LoadModule LVRFP lvrfpmodule
|
||||
|
||||
#
|
||||
# Pipeline definition
|
||||
#
|
||||
|
||||
SetConnector netConnector
|
||||
|
||||
AddHandler LVAuth
|
||||
AddHandler LVSnapshot snap
|
||||
AddHandler LVRFP
|
||||
|
||||
AddHandler fileHandler ""
|
||||
|
||||
AddOutputFilter chunkFilter
|
||||
2
builds/ds18b20/can_emul/Сan_emul.aliases
Normal file
2
builds/ds18b20/can_emul/Сan_emul.aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
[My Computer]
|
||||
My Computer="localhost"
|
||||
BIN
builds/ds18b20/can_emul/Сan_emul.exe
Normal file
BIN
builds/ds18b20/can_emul/Сan_emul.exe
Normal file
Binary file not shown.
12
builds/ds18b20/can_emul/Сan_emul.ini
Normal file
12
builds/ds18b20/can_emul/Сan_emul.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[Ñan_emul]
|
||||
server.app.propertiesEnabled=True
|
||||
server.ole.enabled=True
|
||||
server.tcp.paranoid=True
|
||||
server.tcp.serviceName="My Computer/VI Server"
|
||||
server.vi.callsEnabled=True
|
||||
server.vi.propertiesEnabled=True
|
||||
WebServer.TcpAccess="c+*"
|
||||
WebServer.ViAccess="+*"
|
||||
DebugServerEnabled=False
|
||||
DebugServerWaitOnLaunch=False
|
||||
|
||||
Reference in New Issue
Block a user