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 84a860c083
add end-of-life notification
1 year ago
.github/ISSUE_TEMPLATE removed unnecessary stuff 4 years ago
examples fixed unit tests; added logging support; allow to specify filesystem name 3 years ago
include/webfuse_provider fixed unit tests; added logging support; allow to specify filesystem name 3 years ago
lib/webfuse_provider fixed unit tests; added logging support; allow to specify filesystem name 3 years ago
subprojects remove dependency to jansson (own json implementation use due to performance issues) 4 years ago
test/webfuse_provider fixed unit tests; added logging support; allow to specify filesystem name 3 years ago
.gitignore ignore builddir (used by vs code meson plugin) 4 years ago
.travis.yml fix: downgrade meson verison 0.54.3 to fix coverage build 4 years ago
AUTHORS removed dobuild and adapter stuff 4 years ago
COPYING.LESSER added license and authors files 5 years ago
README.md add end-of-life notification 1 year ago
changelog.md set version to 0.3.0 4 years ago
codecov.yml added codecov settings 4 years ago
meson.build fixed unit tests; added logging support; allow to specify filesystem name 3 years ago
meson_options.txt removed dobuild and adapter stuff 4 years ago

README.md

Build Status codecov

webfuse-provider

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

Note: This repository refers to webfuse-legacy. Since webfuse-legacy is out-dated, the repository is archived and will be removed in future.
Please leave an issue if you are still interested in this code.

Build and run

To install dependecies, see below.

meson build
cd build
ninja
./webfuse-provider

Fellow Repositories

Further Documentation