Skip to content

Commit

Permalink
add note about windows DDS popup message
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Dec 17, 2024
1 parent 0033401 commit ab6095f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third-party/realdds/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Alternatively, one can use RealDDS to bypass librealsense. This will avoid some

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.

**Note**: In Windows 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 our it through the network security settings (a rule to allow our app is added to the firewall rules).

# Next

Start with [Discovery](doc/discovery.md), then continue on to [Device](doc/device.md).

0 comments on commit ab6095f

Please sign in to comment.