mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
d2c27e617da1b5805cb2a8b74b9432a52261e9a4
fuse-wsfs
fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.
Status: Proof of concept
Latest Build on travis: https://travis-ci.com/falk-werner/fuse-wsfs
Build and run
cd fuse-wsfs
mkdir ./build
cd ./build
cmake .. -DWITH_TESTS=ON
make
CTEST_OUTPUT_ON_FAILUE=1 make test
mkdir test
./wsfs -m test --document_root=`realpath ../src/app/www` --port=4711
Dependencies
- libfuse3
- libwebsockets
- Jansson
- GoogleTest (optional)
Description
Languages
C
51.1%
C++
46.6%
Meson
2.3%