zenoh_scout

Functions

get_parser()

Parse command line arguments.

get_locators(hello)

Extract locators from a hello object.

remove_duplicate_hellos(hellos)

Remove duplicate hellos based on their locators.

group_by_subnet(hellos, subnet_str)

Group hellos by subnet.

pretty_print_groups(groups, subnet_str, others)

Pretty print the grouped hellos.

main()

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()