Client - Server Problems

XverhelstX

Well-Known Member
Licensed User
Longtime User
Hello,

I want to connect my android device to my remote server on my pc over a LAN Network. (wifi)
I seem to be able to connect from the server to my android by giving it it IP and port and I get a connection successfull, but, I doesn't work when I try to connect from my android to the server.

However, when I call this:

Open Port Check Tool - Test Port Forwarding on Your Router

it says that my port is open and that my application (server) suddenly displays

I port forwarded port 10130 and disabled my firewall, but it doesn't seem to work and I have no clue why :s

Attached is the server and client. (server is written in VB.net)

Any help please and look in the source.

XverhelstX

EDIT: Solved.
Apparently, I found my problem ;)
Last time, I did some changes, but didn't tested it on wifi, and now it seems to work after i thought of it
 
Last edited:
Top