network programming - How to make a program that sends data through the WiFi router -
I got a WiFi router connected to my PC. What do I want to send some data to my PC from another device via a Wi-Fi adapter? The program on the device has been developed using EVC ++ on PC - VC ++.
1 Edit: There is an IP address in the PC. Another device is set on IP program execution. I mean WiFi IP address and then the connection to the WiFi router is run.
Edit 2: What if it uses an ethernet and wifi? How can I make connections through WiFi?
If the WiFi is not different from the normal ethernet network, then you usually have to type the other computer's IP (config / ask) User / DNS), commonly establish TCP / IP connections and send data.
Comments
Post a Comment