Skip to content
Snippets Groups Projects
Commit 26165b43 authored by Dominik Fuhrmann's avatar Dominik Fuhrmann
Browse files

debugging

parent b288a1d0
No related merge requests found
...@@ -14,7 +14,7 @@ def run_server(): ...@@ -14,7 +14,7 @@ def run_server():
# Server-Socket erstellen # Server-Socket erstellen
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock: with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:
sock.bind(("0.0.0.0", 5000)) # Lauschen auf allen Schnittstellen sock.bind(("192.168.178.51", 5000)) # Lauschen auf allen Schnittstellen
sock.listen(5) sock.listen(5)
print(f"Server läuft auf Port 5000 mit Cipher Suite: {cipher_suite}...") print(f"Server läuft auf Port 5000 mit Cipher Suite: {cipher_suite}...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment