nospaceships / node-raw-socket

Raw sockets for Node.js.
207 stars 69 forks source link

Tx&Rx of Ethernet frames #52

Closed blnprasad closed 5 years ago

blnprasad commented 5 years ago

Hi, How can i use this library to transmit & receive raw Ethernet frames. If not then can you please let me know which can be used for same.

stephenwvickers commented 5 years ago

Hi @blnprasad

This module will not allow you to do that.

You should try and search for low-level libraries such as PCAP related libraries.

Steve