regzo2 / VRCFaceTracking-MeowFace

VRCFaceTracking module that sends tracking data from the MeowFace Android application.
Apache License 2.0
23 stars 4 forks source link

Specify listening IP #10

Open Frigyes06 opened 7 months ago

Frigyes06 commented 7 months ago

Modern PCs might have multiple NICs and multiple IP addresses. It would be great if we could specify it in a config or a setting menu so it's not just picked arbitrarily.

LiamPerson commented 7 months ago

I am having an issue with this due to the module listening to the wrong IP.

starwild commented 2 months ago

private static IPEndPoint endPoint = new(IPAddress.Any, port); Actually, the program is listenning all IP address。 message “Seeking MeowFace connection for 60s. Accepting data on” didn't show all IP address> so, no need to specify listenning IP.