We are working on an application which will have about 70 nodes connected in linear chain. The network should be formed in such a way that each node should be able to talk to its neighbors directly. One approach can be by assigning address sequentially to the nodes. But we are unable to find zstack api for assigning address. Kindly suggest a suitable approach for our application. Thanks.