Skip to content

makapx/murphyUDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MURPHY UDP

Simple UDP client-server. Write in C.
If anything can go wrong, it will.

Run Murphy UDP

For both server and client:

Compile with GCC:

gcc murphyClient.c -o {client_name}
gcc murphyServer.c -o {server_name}

Run Murphy UDP without params for local configuration.
For remote configuration follow the syntax below:

command_name [port] [ip_address]

Enjoy your Murphy UDP!