0.0.1 • Published 10 years ago

mtp v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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