Are there Windows Compatible ROS nodes?
I am trying to write a program in Windows that is able to send packets to a ROS node. It does not necessarily have to be a Windows node, just a program that runs on a Windows machine and can send ROS (linux) -compatible packets for another computer running Linux to handle/receive those packets via a ROS node.
Does roscore (the 'Master' node) influence this in any way?