Dear Nicola,
I found a minor issue with your hsne_cmd tool. In hsne_cmd.cpp, when parsing the commandline arguments:
if(parser.isSet(name_option)){
name = parser.value(scale_option).toStdString();
}
Scale_option is parsed instead of name_option.
Kind regards