Hello,
I'm just trying to report what seems to be a bug when using meshcore-cli to run the trace command.
When I use the 2byte/3byte notation for the path, if I specify a single node, meshcore-cli splits those digits like it was couple of 1byte path.
For example meshcore-cli trace 0a27 gets split like a trace of 0a -> 27 and it goes in timeout
However if I provide a trace for 2 nodes in 2byte/3byte notation, it works fine: meshcore-cli trace 0a27,ab12 gets correctly 0a27 -> ab12
So to trace a single node I'm forced to use the 1byte notation for the path
Regards, Armando
Hello,
I'm just trying to report what seems to be a bug when using meshcore-cli to run the trace command.
When I use the 2byte/3byte notation for the path, if I specify a single node, meshcore-cli splits those digits like it was couple of 1byte path.
For example meshcore-cli trace 0a27 gets split like a trace of 0a -> 27 and it goes in timeout
However if I provide a trace for 2 nodes in 2byte/3byte notation, it works fine: meshcore-cli trace 0a27,ab12 gets correctly 0a27 -> ab12
So to trace a single node I'm forced to use the 1byte notation for the path
Regards, Armando