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

fixed path

parent d370e58d
No related merge requests found
# Compile client script
gcc -o client_program client.c -lwolfssl
gcc -o client_program ../scripts/client.c -lwolfssl
# start client
./client_program
\ No newline at end of file
# Compile server script
gcc -o server_program server.c -lwolfssl
gcc -o server_program ../scripts/server.c -lwolfssl
# start server
./server_program
\ 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