Skip to content

A ping client and server implemented in layer 2 using its own protocol ("Hardware Ethernet Location Protocol")

License

Notifications You must be signed in to change notification settings

ofcdune/etherping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etherping

A ping client and server for layer 2, implemented in C, using its own protocol ("Hardware Ethernet Location Protocol"). You can (and probably should) use it to test layer 2 routes in your network.

For protocoll reference, please refer to the included text file in the repository.

Install

It suffices to use the standard packages of a modern linux system. I tested this with a Rocky Linux 8 machine, but any linux kernel above version 6 should do. Since this uses a raw socket, please run as root.

client: gcc client.c -o client -O1 -pthread

server: gcc server.c -o server -O1

Feedback

Please leave me feedback or suggestions in the issues section or as a direct message, I appreciate it.

About

A ping client and server implemented in layer 2 using its own protocol ("Hardware Ethernet Location Protocol")

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages