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-15 22:28:42 +02:00
.github/ISSUE_TEMPLATE removed unnecessary stuff 2020-03-07 15:07:25 +01:00
.settings chore(webfuse): add debugging configurations and launch support (#21) 2019-04-02 22:21:02 +02:00
examples removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
include added API docs 2020-06-14 14:17:36 +02:00
lib/webfuse removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
subprojects removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
test removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
.cproject refactor(mkdockerbuild): extracts common parts (#24) 2019-04-17 17:25:56 +02:00
.gitignore removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
.project feat(webfuse): eclipse cdt project (#17) 2019-03-28 07:43:21 +01:00
.travis.yml removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
AUTHORS removed dobuild and adapter stuff 2020-06-15 22:28:42 +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 removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00
README.md removed dobuild and adapter stuff 2020-06-15 22:28:42 +02:00

[Build Status

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