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.
 
 
 
 
 
 
Go to file
Falk Werner ef10bd7ace
renamed fuse.h wrapper, since it confuses vscode
6 years ago
src renamed fuse.h wrapper, since it confuses vscode 6 years ago
test-src initial commit 6 years ago
.gitignore ignore .vscode 6 years ago
AUTHORS added license and authors files 6 years ago
CMakeLists.txt initial commit 6 years ago
COPYING.LESSER added license and authors files 6 years ago
README.md provide basic readme 6 years ago

README.md

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