neighbour_list


Description:

public List<AggregatedNeighbour> neighbour_list (bool? in_my_network = null, NetworkID? with_this_netid = null)

Returns the list of neighbours. If with_this_netid is not None, then returns only nodes | that are in the network with this netid. Else, if in_my_network is not None, then returns only nodes | that are in my network (compared with all the GID of last level). Else all the neighbours are returned.