You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falk-werner_webfuse/README.md

727 B

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