Create a system which allows scanning for computers to connect to. This would require a network scan and port scan using something like nmap.
In order to identify a valid computer to connect to, have the computer open an ncat connection to itself and send a secret key. Look for this secret key during network scan.
Note: This is horribly slow so find an efficient way to do this.
Create a system which allows scanning for computers to connect to. This would require a network scan and port scan using something like nmap.
In order to identify a valid computer to connect to, have the computer open an ncat connection to itself and send a secret key. Look for this secret key during network scan.
Note: This is horribly slow so find an efficient way to do this.