项目作者: mrrooster

项目描述 :
google drive FUSE filesystem
高级语言: C++
项目地址: git://github.com/mrrooster/gofish.git
创建时间: 2018-04-17T10:03:48Z
项目社区:https://github.com/mrrooster/gofish

开源协议:GNU General Public License v3.0

下载


GoFiSh

Gofish is a fuse fs for mounting your Google drive.

#

gofish_fuse3 is the current version, gofish_netbsd is the last version based on the high level fuse interface.

gofish_fuse3

This is built on libfuse3 and has (beta) support for writing.

gofish_netbsd

Gofish was originaly developed on NetBSD, this version is in the gofish_netbsd folder. This will work against the netbsd fuse.h using puffs but still has some thread locking issues; so is prone to locking up occasionally. it is designed using a dual thread aproach with the Qt event loop being run in the main thread and the fuse event loop in a secondary fuse thread. It has issues and is unlikely to be updated.