1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 21:10:45 +00:00
Go to file
2020-06-25 22:22:26 +02:00
.github/ISSUE_TEMPLATE removed unnecessary stuff 2020-03-07 15:07:25 +01:00
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-25 22:08:48 +02:00
subprojects removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
test/webfuse_provider added test for open 2020-06-25 22:22:26 +02:00
.gitignore ignore builddir (used by vs code meson plugin) 2020-06-21 16:12:42 +02:00
.travis.yml generate coverage 2020-06-15 22:55:46 +02:00
AUTHORS removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
codecov.yml added codecov settings 2020-06-15 23:03:23 +02:00
COPYING.LESSER added license and authors files 2019-01-27 03:52:29 +01:00
meson_options.txt removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
meson.build added test client 2020-06-24 22:03:38 +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