Skip to content

A networked fuse mounting daemon that runs over tcp or stdin/stdout.

License

Notifications You must be signed in to change notification settings

mafintosh/hyperfused

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperfused

A networked fuse mounting daemon that runs over tcp or stdin/stdout.

Install

To install it first make sure you have fuse installed.

  • On Linux/Ubuntu sudo apt-get install libfuse-dev pkg-config
  • On OSX install OSXFuse and pkg-config, brew install pkg-config

Then simply clone this repo and run

make install # you might need to sudo this

To verify that it is installed do

hyperfused --help # should print out some help

Install from npm

You can also install it from npm by doing

npm install -g hyperfused

Clients

Currently you can interact with this deamon using node.js by using the hyperfuse module.

Wire protocol

TBA

License

MIT

About

A networked fuse mounting daemon that runs over tcp or stdin/stdout.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published