First of all, I configured both the Ethernet connection and the RPi3 as Access Point, so I have two networks:
Then I've created an application that contains a TCP server (port 21120) that runs on the RPi3. I can connect to this TCP server (using for example Putty) using a remote PC in the Ethernet network, I can't connect using the Wireless Network in another PC connected wireless to the RPi3. I can still connect to the webserver (port 8080) or the PowerShell (port 5985) of the RPI3 using the wireless network.Wireless LAN adapter Wi-Fi:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 3:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::d89c:10b3:142f:b4a8%3
IPv4 Address. . . . . . . . . . . : 192.168.137.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::5d7:7d22:dfe0:a366%6
IPv4 Address. . . . . . . . . . . : 192.168.1.128
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.192
I don't know if it's something related to the application manifest, I have activated the following capabilities:
<Capability Name="internetClient" />
<Capability Name="privateNetworkClientServer" />
<Capability Name="internetClientServer" />
I've tryed also with "wiFiControl" capability, without success. I wonder if the Listener is associated only to the Ethernet adapter and not to the wifiAdapter, but I don't think this is the problem.
I'm using the Win IoT operating system ver. 10.014366.0, I will try next week with 14376
I'll appreciate any help