1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00
Go to file
2020-06-21 21:02:34 +02:00
.github/ISSUE_TEMPLATE
examples switched prefix to wfp for old wf stuff 2020-06-16 23:57:41 +02:00
include/webfuse_provider refactor: renamed include guard 2020-06-17 16:51:08 +02:00
lib/webfuse_provider removed unused code 2020-06-21 17:31:42 +02:00
subprojects
test/webfuse_provider simplified test structure 2020-06-21 21:02:34 +02:00
.gitignore ignore builddir (used by vs code meson plugin) 2020-06-21 16:12:42 +02:00
.travis.yml
AUTHORS
codecov.yml added codecov settings 2020-06-15 23:03:23 +02:00
COPYING.LESSER
meson_options.txt
meson.build simplified test structure 2020-06-21 21:02:34 +02:00
README.md fix: url fixed 2020-06-15 23:10:28 +02:00

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