I need to write an application that shares data over a wireless network.
And I have no idea how to do this. I'm good in C #, so I'm going to choose C # to write the application
First question: how to read data received via Wi-Fi or how to send data via Wi-Fi ... Is there any port that I have to read / write to?
Second question. All protocol controls are performed by the adapter or my application if?
And also suggest some readings I should go for! I read the basics of WiFi and how it works, and that’s it!
Hello!
source
share