Hy guys,
I'm trying for 3 hours to get a TCP Client running on the hololens emulator (PC) and sends a string over wifi to a MATLAB TCP Server running on my Surface. Both are in the same wlan but I'm not able to send the string.
I tested my settings with my UDP Client on the hololens emulator and the udp server in MATLAB but this works.
I used the recommended files from Microsoft:
https://docs.microsoft.com/en-us/windows/uwp/networking/sockets
Please help me