allow detection of all cameras

This commit is contained in:
2025-05-31 23:44:15 +02:00
parent ffd6542745
commit 4a5e7f291f
2 changed files with 6 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ namespace robospot_camera_finder
// UDP discovery constants
private const int SEND_PORT = 7701;
private const int RECEIVE_PORT = 7711;
private const string BROADCAST_ADDRESS = "10.255.255.255";
private const string BROADCAST_ADDRESS = "255.255.255.255";
private const byte DEF_REQ_SCAN = 1;
private const byte RES_REQ_SCAN = 11;