1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00
2019-01-27 20:30:48 +01:00
2019-01-27 20:30:48 +01:00
2019-01-27 03:45:03 +01:00
2019-01-27 20:28:03 +01:00
2019-01-27 03:52:29 +01:00
2019-01-27 03:45:03 +01:00
2019-01-27 03:52:29 +01:00
2019-01-27 12:32:02 +01:00

fuse-wsfs

fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.

Status: Proof of concept

Build and run

cd fuse-wsfs
mkdir ./build
cd ./build
cmake ..
make
mkdir test
./wsfs -s -f --document_root=`realpath ../src/app/www` --port=4711 test

Dependencies

Description
No description provided
Readme 2.7 MiB
Languages
C 51.1%
C++ 46.6%
Meson 2.3%