How do I check if another computer is on?
Basically the back end is going to be stored on a computer (no server involved. Small P2P network) and it obviously needs to be on for everyone to access it.
Is there a way of checking if that computer is on first before doing anything else? I can check if the back end exists, but it existing and the computer being off are 2 different things and I want it to have 2 different errors for this.
Thanks
Basically the back end is going to be stored on a computer (no server involved. Small P2P network) and it obviously needs to be on for everyone to access it.
Is there a way of checking if that computer is on first before doing anything else? I can check if the back end exists, but it existing and the computer being off are 2 different things and I want it to have 2 different errors for this.
Thanks