[asio-users] Libusb support?
Brought to you by:
chris_kohlhoff
|
From: Aaron G. <asg...@gm...> - 2016-08-06 06:21:00
|
I know that Boost::Asio has serial port support (that I’ve used in the past), but are there any plans to include more general USB support using libusb? I haven’t looked entirely at libusb’s internal event loop, but it seems like it might be possible to incorporate libusb, which has a whole asynchronous API, into Asio as an extension, similar to how HTTPS connections are supported through OpenSSL. |