Click here to Skip to main content
15,896,259 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to send data on low level protocol as Ether and Arp in c# without any module as Winpcap or scapy in python. I want to know which API function capable to just send data to the default network interface or chosen one. This can be bits or bytes data it's isn't matter.

Thanks!
Posted
Comments
Sergey Alexandrovich Kryukov 27-Dec-14 2:29am    
So, what is your question? What have you tried so far?
—SA
Member 11337358 27-Dec-14 4:45am    
I don't know how send packet like that or how to build this socket. I have no idea.

1 solution

It can be done on one of several different levels of networking, remoting or WCF.
Please see my overview of these approaches in my past solutions:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900