Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

360ᵒ-SFS (Prototype)


360ᵒ Semantic File System is developed using FUSE-JNA (FUSE Java Binding).

Fuse-JNA is downloadable from https://github.com/EtiennePerot/fuse-jna.


How To Run it (in Eclipse)

Open it

modify these two variable in SFS_360.java files as per your settings:

e.g.

static File f_mountPoint = new File ("./target/360FS"); // set mount point (path to a blank folder)
private final String mirroredFolder = "./target/mirrorredFolder";  //set the path of a folder which you want to be mirrored.	

modify line no. 54 in Core360.java file and give correct path of the ontology file (sfs_Ontology.owl) as per your setings

e.g.

static final String inputFileName = "./target/resources/sfs_Ontology.owl"; //	path to ontology file

Import FUSE-JNA Library

and RUN

That’s it


Compatibility

As we used FUSE API, therefore its compatibility is only with Linux based operating systems.

We have tested 360ᵒ-SFS on "Ubuntu 14"


Contact/Feedback

syed.rahman[--remove--this---]@uop.edu.pk

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages