Skip to content

Ping service written in C using ICMP protocol. Project developed for learning purposes in Networks and Services Architecture subject of Software Engineering degree at University of Valladolid.

License

Notifications You must be signed in to change notification settings

jorge-sanz/ping-icmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping-icmp

Ping service written in C using ICMP protocol. Project developed for learning purposes in Networks and Services Architecture subject of Software Engineering degree at University of Valladolid.

Content

Development

Requirements

  • GCC, the GNU Compiler Collection.

Installation

# Clone repository.
git clone https://github.com/jorge-sanz/ping-icmp.git
cd ping-icmp

Compilation

gcc -Wall -o miping.out miping-Sanz-Perez.c

Execution

./miping.out ip-address [-v]

Deployment

Remote Linux Virtual Machine via SSH

This C program should be executed in a provided Slackware Linux machine, so one option to send the source files to there is:

# Transfer file to remote machine
scp -P <port-number> miping-Sanz-Perez.c youruser@your.machine.address:/destination/folder

Then, you can access to your remote machine via SSH and execute it there.

About

Ping service written in C using ICMP protocol. Project developed for learning purposes in Networks and Services Architecture subject of Software Engineering degree at University of Valladolid.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages