Simple publisher from Windows?
I have a piece of hardware (a HID/joystick) that only has windows drivers. It came with a C/C++ SDK, so I can write code on the windows side for it. Unfortunately, the .dll that contains all the commands only works on windows.
I'd like to just publish the data from it to a roscore running on a linux machine. I don't need the core or tools or anything else.
What's the best way for me to do this? And what files will I need?
I've looked over the win_ros tutorials and the MinGW cross-compiling option (obviously) is not suitable.