viveris / uMTP-Responder

Lightweight USB Media Transfer Protocol (MTP) responder daemon for GNU/Linux
GNU General Public License v3.0
192 stars 52 forks source link

Cmake and speed improvements #98

Closed jjhiblot closed 9 months ago

jjhiblot commented 9 months ago

This PR includes:

moving away from Makefile based build to a cmake based build. cmake is usually much easier to integrate in custom build environment (cross-compile, yocto, ...). It is also very convenient when it comes to build configuration A few improvements with regard to the transfer speed (tested only with usb super-speed). The changes consists in using by default bigger packet sizes and bigger RX/TX buffer sizes.

jjhiblot commented 9 months ago

closing the PR (again). Didn't see that meson build was already available. adding cmake is not really needed