Hello Sir,
I'm grad student at UNCC who has gotten an opportunity to work with VILLASnode. I wanted to know if it is possible to interconnect multiple nodes.
I tried creating an array for the path as mentioned in the document but I was getting an error. One such attempt is attached as an image.
For example let's say there are 3 nodes that need to communicate with each other then would (see below) this work.
paths = (
{
in = ["node01",
"node02",
"node03"]
out = ["node01",
"node02",
"node03"]
}
)
I'll await your response. Kindly let me know if that's possible.
Thank you for your time.
Yours Sincerely,
Sumit Srivastava