How to send data to ethernet if Mac Address is known
-
How to send data(raw file,byte strem) to ethernet port. I know the mac address of the ethernet card. Hemant.
-
How to send data(raw file,byte strem) to ethernet port. I know the mac address of the ethernet card. Hemant.
Is
send()
what you are looking for? I don't do this type of development so I may be way off.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
How to send data(raw file,byte strem) to ethernet port. I know the mac address of the ethernet card. Hemant.
you mean you have the MAC address of destination machine? or you have multiple ethernet cards on your machine and want to use the one that maches that MAC address? if your answer is the destination machine: you have to use WinPcap(http://winpcap.polito.it/) also take a look at here: http://www.csee.usf.edu/~christen/tools/rawstuff.zip but be carefull. you are going too low-level... ;)