You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Falk Werner 254905303f
removed dobuild and adapter stuff
4 years ago
.github/ISSUE_TEMPLATE removed unnecessary stuff 4 years ago
.settings chore(webfuse): add debugging configurations and launch support (#21) 5 years ago
examples removed dobuild and adapter stuff 4 years ago
include added API docs 4 years ago
lib/webfuse removed dobuild and adapter stuff 4 years ago
subprojects removed dobuild and adapter stuff 4 years ago
test removed dobuild and adapter stuff 4 years ago
.cproject refactor(mkdockerbuild): extracts common parts (#24) 5 years ago
.gitignore removed dobuild and adapter stuff 4 years ago
.project feat(webfuse): eclipse cdt project (#17) 5 years ago
.travis.yml removed dobuild and adapter stuff 4 years ago
AUTHORS removed dobuild and adapter stuff 4 years ago
COPYING.LESSER added license and authors files 5 years ago
README.md removed dobuild and adapter stuff 4 years ago
meson.build removed dobuild and adapter stuff 4 years ago
meson_options.txt removed dobuild and adapter stuff 4 years ago

README.md

[Build Status

webfuse-provider

webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.

Build and run

To install dependecies, see below.

meson build
cd build
ninja
./webfuse-provider

Fellow Repositories

Further Documentation