aggiunto supporto per autenticazione su socket server

This commit is contained in:
lejubila
2017-05-21 12:42:26 +02:00
parent 6447ec5326
commit 3aad235dda
3 changed files with 22 additions and 3 deletions

View File

@@ -114,3 +114,6 @@ NOT_IRRIGATE_IF_RAIN_SENSOR=86400
TCPSERVER_IP="127.0.0.1"
TCPSERVER_PORT="8084"
# Utente e password che i clients devono utilizzare per stabilire una connessione tramite socket server
TCPSERVER_USER=""
TCPSERVER_PWD=""