Is there a site or software to mimic/test devices

I’m testing godot to interface central and need something to act as a device to test the software with live feedback to what im testing. Is there a site or software for this?

There’s a few different pieces of software that comes to mind. One is made in Godot, but not meant for this specific purpose.

The most easy to use is probably this one:

Or if you want multi-axis:

(They’re both the same GitHub repo but have their own separate topics on here)

I’m finding it a little complicated but thanks for the help. I’ll update if I get it working.

Good luck getting it set up! I’m sure the topic author would be willing to help if you get stuck

There is also a simple wrapper around osr-emu that I made. It accepts T-Code over udp so you can easily implement it in your app.
If you just want to test buttplugio then I think it has ability to define custom devices for testing, you would have to ask on their discord how to do that tho.

1 Like