1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00
Go to file
2020-07-12 16:28:15 +02:00
.github/ISSUE_TEMPLATE
examples
include/webfuse_provider
lib/webfuse_provider added unit tests 2020-07-12 16:28:15 +02:00
subprojects remove dependency to jansson (own json implementation use due to performance issues) 2020-07-12 13:11:24 +02:00
test/webfuse_provider added unit tests 2020-07-12 16:28:15 +02:00
.gitignore ignore builddir (used by vs code meson plugin) 2020-06-21 16:12:42 +02:00
.travis.yml
AUTHORS
changelog.md remove dependency to jansson (own json implementation use due to performance issues) 2020-07-12 13:11:24 +02:00
codecov.yml
COPYING.LESSER
meson_options.txt
meson.build refactor: renamed json_parse to json_doc 2020-07-12 15:26:30 +02:00
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