Skip to content

panuhorsmalahti/mtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published