1
0
mirror of https://github.com/FrodoVDR/UdpPipe.git synced 2023-10-10 13:36:54 +02:00

updated scripts

This commit is contained in:
Mark Liebrand 2018-02-19 20:22:53 +01:00
parent ed7b6da5c5
commit 4c11735c0d
2 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@
# pid file is by default /tmp/udppipe.pid # pid file is by default /tmp/udppipe.pid
# log file is by default /tmp/udppipe.log # log file is by default /tmp/udppipe.log
export PYTHONPATH=. export PYTHONPATH=.
python eu/liebrand/udppipe/__init__.py $1 -H python eu/liebrand/udppipe/Pipe.py $1 -H

View File

@ -7,8 +7,7 @@ headHost=<hostname>
headPort=<port> headPort=<port>
# timeout in seconds to wait for a response or the next incoming packet giving up / cleaning up # timeout in seconds to wait for a response or the next incoming packet giving up / cleaning up
timeout=60 timeout=60
# name of the instance - for information / identification only
instanceName=<instance name>
# see head ini file # see head ini file
#logLevel=20 #logLevel=20
@ -33,4 +32,5 @@ forwardPort=<port number where the target service is running in the LAN>
#adminPort=16002 #adminPort=16002
#certificate=key/publickey.cer #certificate=key/publickey.cer
#publicKey=key/publickey.pem #publicKey=key/publickey.pem
#privateKey=key/private.pem #privateKey=key/private.pem
#instanceName=My UdpPipe