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.

30 lines
1.2 KiB

4 years ago
[![Build Status](https://travis-ci.org/falk-werner/webfuse-provider.svg?branch=master)](https://travis-ci.org/falk-werner/webfuse-provider)
[![codecov](https://codecov.io/gh/falk-werner/webfuse-provider/branch/master/graph/badge.svg)](https://codecov.io/gh/falk-werner/webfuse-provider)
# webfuse-provider
webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.
**Note:** This repository refers to [webfuse-legacy](https://github.com/falk-werner/webfuse/tree/webfuse-legacy).
Since `webfuse-legacy` is out-dated, the repository is archived and will be removed in future.
_Please leave an issue if you are still interested in this code._
## Build and run
To install dependecies, see below.
meson build
cd build
ninja
./webfuse-provider
## Fellow Repositories
- **[webfuse-example](https://github.com/falk-werner/webfuse-example)**: Example of webfuse
- **[webfuse](https://github.com/falk-werner/webfuse)**: webfuse adapter library
- **[webfused](https://github.com/falk-werner/webfused)**: Reference implementation of webfuse daemon
## Further Documentation
4 years ago
- [Webfuse Protocol](https://github.com/falk-werner/webfuse/blob/master/doc/protocol.md)