I would like to code a dynamic plugins that wraps an executable. I need to start a non blocking process. Imagine an nmap node, or a carnivore node.
I know wrapping is not the best solution, but it is faster than implementing an api and sometimes you just need to launch a program, or a command an catch the output.
Q: Why don’t you use shellexecute?
A: Cause it would be better to code inside a dynamic plugin all the argument option choices instead of using a module.
I attach my first attempt … it doesn’t work :) any hint?
this is where you have to set the AutoEvaluate attribute to get your node evaluated even if it has no output.
just add it to the other attributes like name, category,…of your node class and set it to = true.