Anyone knows how can I create a connection without help of IP? Something like Winbox connection? Is it possible to create socket connection by means of MAC address?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, this may be an overkill, and I’m sure there are much better opinions, but just to get some of the job done, you may look at WinPcap and it’s perfect .NET wrapper Pcap.net.
You may inject (and capture) any packet using your network card, and you can easily build any packet that fits your need. I’m sure such a thing would require something more low-level than, say, sockets programming, that’s why I recommend using Pcap, if no better solution is found.