Skip to content

Commit 343555a

Browse files
committed
clarify readme
1 parent 8c45659 commit 343555a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/realdds/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Alternatively, one can use RealDDS to bypass librealsense. This will avoid some
6161

6262
Or you can directly interact with the DDS subsystem, using any implementation. This bypasses librealsense and RealDDS completely. While the protocol used by RealDDS (the topic structure, message formats, etc.) will likely not change much, it is not guaranteed to stay static in the face of new features or bugs.
6363

64-
**Note**: In some systems where firewall is enabled, you may see the message "Do you want to allow networks to access this app", make sure to allow this in your network to ensure proper communication with the DDS device. This message shows up since we open and bind a socket when using DDS, and we need to allow it through the network security settings (a rule to allow our app is added to the firewall rules).
64+
**Note**: In some systems where firewall is enabled, you may see the message "Do you want to allow networks to access this app", make sure to allow this in your network to ensure proper communication with the DDS device. This message shows up since we open and bind a socket when using DDS, so it should be allowed in the network security settings.
6565

6666
# Next
6767

0 commit comments

Comments
 (0)