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

adapted ip

parent 774a3fc6
No related merge requests found
......@@ -42,7 +42,7 @@ def run_client(file_path):
return
# Sichere Verbindung mit dem Server herstellen
with socket.create_connection(("192.168.178.63", 5000)) as sock:
with socket.create_connection(("192.168.125.101", 5000)) as sock:
with context.wrap_socket(sock, server_hostname="server") as ssl_sock:
print("Mit dem Server verbunden!")
......
# Install python venv
sudo apt install python3-venv
# Create python virtual environment
python3 -m venv "projectEnv"
# Activate venv
source projectEnv/bin/activate
# Install dependencies
sudo apt install autoconf automake libtool pkg-config
Pip install wheel
# Install wolfssl support
pip install wolfssl
\ No newline at end of file
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