tree: 2073417bb533246449f16bcb01ac9d88e20258e2 [path history] [tgz]
  1. data/
  2. src/
  3. .gitignore
  4. Makefile
  5. README.md
modules/agent-framework/airavata-fuse/README.md

FUSE Client/Server for Airavata

make

Upon running make, two binaries (bin/server and bin/client) will be created in the bin/ folder

Running (Example)

make run_server
# or
bin/server
make run_client
# or
bin/client -mount <path/to/mountpoint> -serve <path/to/source/folder>