mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
26 lines
949 B
Markdown
26 lines
949 B
Markdown
[![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.
|
|
|
|
## 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
|
|
|
|
- [Webfuse Protocol](https://github.com/falk-werner/webfuse/blob/master/doc/protocol.md)
|