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 e02a61f87b
added codecov settings
4 years ago
.github/ISSUE_TEMPLATE removed unnecessary stuff 4 years ago
examples removed more adapter stuff 4 years ago
include removed more adapter stuff 4 years ago
lib/webfuse removed dobuild and adapter stuff 4 years ago
subprojects removed dobuild and adapter stuff 4 years ago
test removed more adapter stuff 4 years ago
.gitignore removed dobuild and adapter stuff 4 years ago
.travis.yml generate coverage 4 years ago
AUTHORS removed dobuild and adapter stuff 4 years ago
COPYING.LESSER added license and authors files 5 years ago
README.md added codecov badge 4 years ago
codecov.yml added codecov settings 4 years ago
meson.build removed more adapter stuff 4 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.

Build and run

To install dependecies, see below.

meson build
cd build
ninja
./webfuse-provider

Fellow Repositories

Further Documentation