Skip to content
Snippets Groups Projects
Commit 2b0a568a authored by FlaviusMazilu's avatar FlaviusMazilu
Browse files

fix wrong IP address of the server


Signed-off-by: default avatarFlaviusMazilu <maziluflavius@gmail.com>
parent b70d11ea
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ CFLAGS = -Wall -g -Werror -Wno-error=unused-variable ...@@ -9,7 +9,7 @@ CFLAGS = -Wall -g -Werror -Wno-error=unused-variable
PORT = 12345 PORT = 12345
# Adresa IP a serverului # Adresa IP a serverului
IP_SERVER = 127.0.0.1 IP_SERVER = 192.168.0.2
all: server client all: server client
......
...@@ -84,6 +84,6 @@ sudo pkill ovs-test ...@@ -84,6 +84,6 @@ sudo pkill ovs-test
sudo python3 topo.py sudo python3 topo.py
``` ```
To start the `server`, in the `server` device, simply run `./server 192.168.0.1 [PORT]`. To start the `server`, in the `server` device, simply run `./server 192.168.0.2 [PORT]`.
To start a client, in a `client#` device, simply run `./client 192.168.0.1 [PORT]`. To start a client, in a `client#` device, simply run `./client 192.168.0.2 [PORT]`.
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