I'm trying to build a device with a single ethernet port and multiple USB ports that can emulate multiple HID keyboards.
The goal is to build a TCP/IP to HID keyboard device so I can send TCP/IP commands to the device and then have it translated to a keyboard. Instead of having multiple Arduino Uno (?) + Ethernet Shields, it would be nice to combine everything into a single device and only need a single ethernet connection as well.