add an jsonUDP-plugin

send data via UDP
as a json-string
This commit is contained in:
JHCD 2015-06-21 18:28:05 +02:00
parent 698416d66e
commit ca82806cf5
2 changed files with 113 additions and 0 deletions

View file

@ -88,6 +88,7 @@ httpRequest = 0
eMail = 0
BosMon = 0
firEmergency = 0
jsonUDP = 0
# for developing template-module
template = 0
@ -194,6 +195,11 @@ bosmon_password =
firserver = localhost
firport = 9001
[jsonUDP]
# Server as IP of DNS-Name (without http://)
server = 192.168.0.1
port = 8888
#####################
##### Not ready yet #