NEWSLabNTU / ddshark

A live monitoring tool for RTPS protocol.
MIT License
2 stars 2 forks source link

Fix guid to topic name mapping #7

Closed st9540808 closed 1 year ago

st9540808 commented 1 year ago

Only the built-in endpoints will send out discovery data. Therefore, the discovery data should be associated with the discovered endpoint, not the built-in endpoint that sends out the discovery data.

Before the commit Screenshot from 2023-05-26 16-17-01

After the commit Screenshot from 2023-05-26 16-15-49

jerry73204 commented 1 year ago

That's a good catch. Thanks!