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

22 lines
531 B
Markdown

3 years ago
ltdfs - Latency-tolerant distributed-filesystem
=================
<br>
Table of Contents
=================
<!-- TOC -->
- [1. Description](#1-description)
<!-- /TOC -->
<br>
# 1. Description
This project is a network-filesystem based on FUSE which can be spanned across multiple locations, also with "higher" latency (up to 50-100ms). (although performance is expected to drop in this sync-mode)
This is for me a deeper dive into the C language and FUSE with the library [libfuse](https://github.com/libfuse/libfuse).
<br>