I have a server using the "JServer" and working perfect.
Now I have some devices that I need to check whether they are connected or not.
I'm thinking of using the "ServerSocket" and creating a Client class.
Can I do this in the same application?
Can I use the same port?
Now I have some devices that I need to check whether they are connected or not.
I'm thinking of using the "ServerSocket" and creating a Client class.
Can I do this in the same application?
Can I use the same port?