I thought it would be a smooth task to do a kind of ip scanner. Just ping all the adresses in my subnet.
Like 192.168.2.0-254. I dont want this to run all the time so wanted it as an object to create and kill after use. I have created a class with a loop that pings all the numbers. Then create it and store it in a pad. Then update and wait for the results. When ready dispose that class.
It works when just in the patch but not as fancy class thing :(
Seems i am doing something wrong and wonder how to do it properly.
yes i am using that node. also yes it kind of works in a loop in a plain patch like i said.
although sometimes it stalls the patch or does not end.
the thing is i also would like to learn more about the concepts in gamma.
i imagine spawning this class as needed, get the results and then delete it.
would that be possible?
as a side note, and regarding that topic Modifying a node from the CoreLib - question - Forum
i would like to modify the ping node because i dont want it to ping periodically. but i can not figure out what the dependencies of the internal nodes are :(