M micro Well-Known Member Licensed User Longtime User Sep 26, 2015 #1 Hi to all how you can make a program that works in the background listening on a particular port and you control the ip who connect? It's possible? Thanks
Hi to all how you can make a program that works in the background listening on a particular port and you control the ip who connect? It's possible? Thanks
R Roycefer Well-Known Member Licensed User Longtime User Sep 26, 2015 #2 You can perform IP filtering in a standard Filter class in a B4J server program. Use B4X: req.RemoteAddress to get the request's remote IP address. Check out the IPLocator class to get some additional info about the IP address. Upvote 0
You can perform IP filtering in a standard Filter class in a B4J server program. Use B4X: req.RemoteAddress to get the request's remote IP address. Check out the IPLocator class to get some additional info about the IP address.
M micro Well-Known Member Licensed User Longtime User Sep 29, 2015 #3 thanks, after test it. Upvote 0