The start_discovery method contains logic to add a particular walking strategy to IPv8. This method, however, is currently not used anywhere in the BAMI module. It is used by the experiments, however, with the default arguments.
I wonder if it would be cleaner to move this method outside the start_discovery, e.g., to Gumby?
The
start_discoverymethod contains logic to add a particular walking strategy to IPv8. This method, however, is currently not used anywhere in the BAMI module. It is used by the experiments, however, with the default arguments.I wonder if it would be cleaner to move this method outside the
start_discovery, e.g., to Gumby?