5 ms·
At this point, why not have a toggle that makes the devices show up as a 10/100 USB NIC too and serve up a settings page themselves?
by mlfreeman 29d ago
At this point, why not have a toggle that makes the devices show up as a 10/100 USB NIC too and serve up a settings page themselves?
- gorjusborg 28d agoDo you mean adding ethernet hardware and a web server to the mouse? Seems like that would add significant cost for something that can be done well without it.
- TehCorwiz 28d agoNo, you can serve IP over USB sockets just fine, no need for extra hardware.
- mlfreeman 28d agoNo. You can emulate the network matters in software. For more details, go look up the Linux USB Gadget framework. You can even play around with some of it yourself using a Pi Zero 2 W (I did, making it appear to be a USB webcam - I saw guides on how to make it be a serial port and even an ethernet adapter too)