Riko196 / UDP-talker

Project from system programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP-talker

Project from system programming

Compilation

Use the command in the terminal: gcc -std=c99 -Wall -Wextra -pedantic udp_talker.c -o udp_talker.bin

Start

Use the command in the terminal: ./udp_talker.bin [Ip address] [port_of_your_friend]

If you want to know more, read the source code :D

About

Project from system programming


Languages

Language:C 100.0%