problem by local ip
-
hi everyone i have wrote two application by socket programing that connect to each other by ip the problem is that if listener program has an invalid ip(being in a local network) the other application can not access it i mean that i dont know how to connect to an application that is in a local network please help me
-
hi everyone i have wrote two application by socket programing that connect to each other by ip the problem is that if listener program has an invalid ip(being in a local network) the other application can not access it i mean that i dont know how to connect to an application that is in a local network please help me
-
please write your question using "." and ",". It's make easier to read. set your listener to IP "0.0.0.0". It receive connection from all ethernet devices in your PC. Local too.
hi thank u for your answer and i really appriciate that here is my codes: