I’m trying to write code that checks if a node is up by pinging the node in ryu controller. If the node responds, then the node is marked as being up. I already have the code for the controller so I want to incorporate this ping code into the controller code.
So essentially I’m trying to find out how to ping a node using python program in ryu controller.
I’ve gone through various documentation but I can’t seem to find a direct way to do this. Any help would be appreciated.