Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Sending Ethernet Frames #73

Closed
sectasy0 opened this issue Oct 14, 2023 · 1 comment
Closed

Support for Sending Ethernet Frames #73

sectasy0 opened this issue Oct 14, 2023 · 1 comment

Comments

@sectasy0
Copy link

Hey there, folks! I'm looking for a way to send ethernet frames in Zig, does this library support that?

@ikskuh
Copy link
Owner

ikskuh commented Oct 15, 2023

No, this is out of scope for zig-network. Ethernet frames are part of a network driver, but raw sockets are not really well supported anywhere.

Depending on your use case, TUN/TAP on Linux might be the right choice for you, or WinPCAP on windows

@ikskuh ikskuh closed this as completed Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants