My generate_node_id_str method (and generate_last_three_octets which it uses) generates the NodeID unique to the process since it hashes the IP address and process ID. However, if python-openlcb is used to create virtual nodes, each one must have a unique NodeID.
My
generate_node_id_strmethod (andgenerate_last_three_octetswhich it uses) generates the NodeID unique to the process since it hashes the IP address and process ID. However, if python-openlcb is used to create virtual nodes, each one must have a unique NodeID.