From 5681fd48e5d4807e32694be8806495b8570e34d5 Mon Sep 17 00:00:00 2001 From: "S. Seegel" Date: Mon, 21 Dec 2015 16:06:09 +0000 Subject: [PATCH] connair progress --- connair.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/connair.py b/connair.py index 3d3c61c..b1938ba 100755 --- a/connair.py +++ b/connair.py @@ -1,8 +1,10 @@ +#!/usr/bin/env python2.7 + import socket UDP_IP = "0.0.0.0" UDP_PORT = 49880 -HELLO_MESSAGE = "HCGW:VC:Seegel Systeme;MC:RaspyRFM;FW:1.00;IP:192.168.2.125;;" +HELLO_MESSAGE = "HCGW:VC:Seegel Systeme;MC:RaspyRFM;FW:1.00;IP:192.168.2.124;;" sock = socket.socket(socket.AF_INET, # Internet socket.SOCK_DGRAM) # UDP