zenoh_scout¶
Functions¶
Parse command line arguments. |
|
|
Extract locators from a hello object. |
|
Remove duplicate hellos based on their locators. |
|
Group hellos by subnet. |
|
Pretty print the grouped hellos. |
|
Module Contents¶
- zenoh_scout.get_parser()¶
Parse command line arguments.
- zenoh_scout.get_locators(hello)¶
Extract locators from a hello object.
- zenoh_scout.remove_duplicate_hellos(hellos)¶
Remove duplicate hellos based on their locators.
- zenoh_scout.group_by_subnet(hellos, subnet_str)¶
Group hellos by subnet.
- zenoh_scout.pretty_print_groups(groups, subnet_str, others)¶
Pretty print the grouped hellos.
- zenoh_scout.main()¶