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.
|
2 months ago | |
---|---|---|
.github/ISSUE_TEMPLATE | 3 years ago | |
examples | 2 years ago | |
include/webfuse_provider | 2 years ago | |
lib/webfuse_provider | 2 years ago | |
subprojects | 3 years ago | |
test/webfuse_provider | 2 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
AUTHORS | 3 years ago | |
COPYING.LESSER | 4 years ago | |
README.md | 2 months ago | |
changelog.md | 3 years ago | |
codecov.yml | 3 years ago | |
meson.build | 2 years ago | |
meson_options.txt | 3 years ago |
README.md
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
- webfuse-example: Example of webfuse
- webfuse: webfuse adapter library
- webfused: Reference implementation of webfuse daemon