I'm trying to create a simple Link layer protocol for school.
I've been searching and googling and I understand that Link layer has pas the frame I create to the Physical layer, but how to do in Programming (language c) is there a function or library that I can use to send my frame directly using Physical layer ? or how should it be done ?