DawidWesierski4/ip-arc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Description: This program is used in educational purposes and is teoretical implementation of commandline interface that reads information about ipv4 converts them from strings to 32 bit integear then from that using binary operations returns number of hosts subnet ip adress and broadcast adress To compile: Bash: gcc -Wall -Werror ip-arg.c main.c -o ipArg