Code Monkey home page Code Monkey logo

psfs's Introduction

psfs is a filesystem (based on FUSE) for accessing
remote disk through piping server.
The access is based on http request, so it could
go through NAT.
=====================================================
(You can use it in commercial software, but please let me know.)
This application is dedicated to my lovely son (Hean Yu).

What's piping server?
Infinitely transfer between every device over HTTP/HTTPS:
https://github.com/nwtgck/piping-server

How to build psfs from source code?
=====================================================
o download:
  git clone https://github.com/mimepp/psfs.git

o prepare before configure
  please install depends, on ubuntu e.g.:
  sudo apt-get install gtk-doc-tools libfuse-dev libjson-c-dev libcurl4-nss-dev

  - json-c will be used to load/save psfs.conf and psfs_oauth.json
  - glib will be used for hash table

o configure:
  cd psfs
  ./autogen.sh
  ./configure
  (run ./configure --help for more options)

o build:
  make

o install (need root)
  make install

o prepare before run
  please edit psfs.conf as you wish, e.g.:
{
        "piping_server_link_prefix": "https://ppng.io",
        "piping_server_link_path": "xxxx",
        "mount_point": "/tmp/psfs",
        "log_path": "/tmp"
}
  "piping_server_link_prefix" is the http link of piping server
  "piping_server_link_path" is communication path for piping server
  "mount_point" is the mount point which you want mount psfs to
  "log_path" is the path which will be used in debug mode.

o run:
  mkdir /tmp/psfs
  cd src/
  ./psfs -c ../psfs.conf

How to build and run psfs on target board.
=====================================================
TODO

Where can I get more information:
=====================================================
BLOG: http://blog.csdn.net/mimepp
Still have problems please send email to [email protected]

psfs's People

Contributors

yut616 avatar mimepp avatar

Stargazers

Arindam Das avatar Ryo Ota avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.