varunon9 / Remote-Control-PC

Control Laptop using Android. Remote control PC consists of android as well as desktop app written in Java to control laptop using phone.
MIT License
194 stars 97 forks source link

Firewall problem. #38

Closed ghost closed 3 years ago

ghost commented 3 years ago

I created a remote controller android app as a Client and javafx app as a server.

I have one issue.

My javafx app works smoothly for some users.

But , the firewall did not allow the my app for some users.

How can I solve this problem?

I created a socket connection between javafx app and android app.

for some users the firewall did not allow my app.

How can I solve this ?