panuhorsmalahti / mtp

Node.js libmtp wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtp

Node.js wrapper for libmtp. In early stages of development.

See API documentation.

You can find examples in the test/ folder.

Asynchronous calls

All functions can be called asynchronously by using the .async() method. See async.js example.

mtp.LIBMTP_Detect_Raw_Devices.async(rawdevices, numrawdevices, function (err, res) {

});

Mac OS X support

libmpt must be installed with Homebrew:

brew install libmtp

About

Node.js libmtp wrapper


Languages

Language:JavaScript 81.5%Language:CSS 18.5%