Alessandro, > To understand better where is my problem, I attach the Python script that I'm > trying to start from the CORE GUI to this message. > It seems to me correct even if it doesn't work properly, as I wrote in the > previous message. I can't understand where I was wrong.
When I attempt to run the script, it complains about self.confdir missing from the nodes. For debugging, you might try running the script in a standalone fashion (with no GUI)... Another thing to note is that session.instantiate() now calls session.bootnodes(), so the separate calls to session.services.bootnodeservices() are no longer needed. -Jeff _______________________________________________ emane-users mailing list [email protected] http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users
