Skip to content

PlayerG9/filius-fileshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filius-fileshare

Decentralised filesharing in the local network

This Project is currently under development is not usable yet

This Program is currently developed for Linux based systems
Windows may be supported later on

How does it work

Other users have access to the files you put into your filis folder

how does this work

In detail

If you create a new file. it's created in your filesystem. But is accessible and editable by other users in the same system. This means that you don't have all files of the others saved on your computer. But as long as they are also running filius you can access them.

Installation and running

Installation

user@PC:~$ git clone https://github.com/PlayerG9/filius-fileshare.git
user@PC:~$ ./filius-fileshare/scripts/setup

Running

user@PC:~$ /path/to/filis-fileshare/filius

Technical Stuff

File-System

refuse is a Python module implemented using ctypes that provides a simple cross-platform interface to:

Communication

is based on the python socket library the serialization is either done with the msgpack package or the python-internal marshal package

About

Decentralised filesharing in the local network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published