P
prubbert
Hi,
I've written a TCP Client and Server app that runs from a CE.Net device (Client) to my laptop (server). This runs without any problems if I use my wireless access point to provide the network.
However, If I make a "computer to computer" connection using a wireless card in my laptop and the device, the client can't find the server's IP. I can still ping the laptop from the device.
This is a cut down version of the client code (just to try and get a connection)
Dim tcpclnt As New TcpClient
tcpclnt.Connect("10.1.1.1", "8000")
Thanx
Paul
I've written a TCP Client and Server app that runs from a CE.Net device (Client) to my laptop (server). This runs without any problems if I use my wireless access point to provide the network.
However, If I make a "computer to computer" connection using a wireless card in my laptop and the device, the client can't find the server's IP. I can still ping the laptop from the device.
This is a cut down version of the client code (just to try and get a connection)
Dim tcpclnt As New TcpClient
tcpclnt.Connect("10.1.1.1", "8000")
Thanx
Paul