简体   繁体   中英

C++ Socket communication over wifi between two different machines

I have two process( written in C++) running in windows 10 surface. So, I want do a wireless communication from one process to another. I know that socket communication can be used for network communication. My worry is whether it is possible to communicate through wifi between these process in windows 10 or not?

If its is not possible what is possible way of wireless communication

Update:

Sorry for the confusion. This communication is between processes in two different machine over wifi. I know that a socket communication will do the trick for a wired connection.My doubt is whether this communication is possible over wifi between two windows machines

wifi is just a communication method, as long as the drivers of both sides of the communication are correctly installed, socket communication can be performed in the same local area network.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM