2020-06-15 20:33:29 +00:00
|
|
|
[![Build Status](https://travis-ci.org/falk-werner/webfuse-provider.svg?branch=master)](https://travis-ci.org/falk-werner/webfuse-provider)
|
2019-02-12 19:38:45 +00:00
|
|
|
|
2020-06-15 20:28:42 +00:00
|
|
|
# webfuse-provider
|
2019-01-27 11:32:02 +00:00
|
|
|
|
2019-03-26 22:04:53 +00:00
|
|
|
webfuse combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.
|
2019-01-27 11:32:02 +00:00
|
|
|
|
2020-06-15 20:28:42 +00:00
|
|
|
## Build and run
|
2019-02-12 20:43:50 +00:00
|
|
|
|
2020-06-15 20:28:42 +00:00
|
|
|
To install dependecies, see below.
|
2019-01-27 11:32:02 +00:00
|
|
|
|
2020-06-15 20:28:42 +00:00
|
|
|
meson build
|
|
|
|
cd build
|
|
|
|
ninja
|
|
|
|
./webfuse-provider
|
2019-03-12 14:49:28 +00:00
|
|
|
|
2020-02-09 19:42:57 +00:00
|
|
|
## Fellow Repositories
|
|
|
|
|
|
|
|
- **[webfuse-example](https://github.com/falk-werner/webfuse-example)**: Example of webfuse
|
2020-06-15 20:28:42 +00:00
|
|
|
- **[webfuse](https://github.com/falk-werner/webfuse)**: webfuse adapter library
|
2020-02-09 19:42:57 +00:00
|
|
|
- **[webfused](https://github.com/falk-werner/webfused)**: Reference implementation of webfuse daemon
|
2019-03-12 14:49:28 +00:00
|
|
|
|
2020-02-18 20:48:52 +00:00
|
|
|
## Further Documentation
|
2019-02-10 10:48:25 +00:00
|
|
|
|
2020-06-15 20:28:42 +00:00
|
|
|
- [Webfuse Protocol](https://github.com/falk-werner/webfuse/doc/protocol.md)
|