Code Monkey home page Code Monkey logo

jscsi's Introduction

#jSCSI - A Java iSCSI Framework

jSCSI is a feature-complete iSCSI implementation in Java only. Platform-independent and fast, jSCSI represents a premium example how low-level protocols can be pushed to higher levels. jSCSI contains a server (target), a client (initiator) and common classes to work with the protocol.

Build Status

##Using jSCSI

  • Get the latest jar over Github or Maven
<dependency>
	<groupId>org.jscsi</groupId>
	<artifactId>target</artifactId>
	<version>2.5.2</version>
</dependency>
<dependency>
	<groupId>org.jscsi</groupId>
	<artifactId>initiator</artifactId>
	<version>2.5.2</version>
</dependency>
  • Use the target and/or the initiator-interfaces in your project

Note that the target is capable to run on its own while the initiator can only be utilized as library. To run the target, please execute:

mvn SCHEMA.xsd CONFIG.xml

The schema and an example config are accessible as download as well and included under bundles/target/src/main/resources .

For further documentation and as an example, please refer to the examples in the initiator- and target-module.

##Content

  • README: this readme file
  • LICENSE: license file
  • bundles: bundles containing the projects
  • pom.xml: Simple pom (yes we use Maven)

##License

This work is released in the public domain under the BSD 3-clause license

##Further information

The project is currently under refactoring, the documentation is accessible under http://jscsi.org (pointing to http://disy.github.com/jscsi/) and a mailinglist has been set up: https://mailman.uni-konstanz.de/mailman/listinfo/jscsi

##Publications

  • A TechReport describes the second iteration of the framework: PDF
  • The framework was presented at the Jazoon '07 as work in progress: PDF
  • jSCSI acted as backend for a block visualization presented at the InfoVis 2006: PDF

##Concluded Thesis

  • Target 1.0 (english): TO FOLLOW
  • Initiator 2.0 (german only): PDF
  • Storage Pool (german only): PDF
  • Initiator 1.0 (english): PDF

Any questions, just contact sebastian.graf AT uni-konstanz.de

##Involved People

jSCSI is maintained by:

  • Sebastian Graf (Current Project Lead)

Former people include:

  • Andreas Rain (Testing)
  • Nuray Gürler (Websites Refactoring)
  • Andreas Ergenzinger (jSCSI 2.0, target)
  • Patrice Brend'amour (jSCSI 2.0, initiator)
  • Marcus Specht (jSCSI target evaluation)
  • Halddor Janetzko (Whiskas Block Visualization)
  • Marc Kramis (Project Lead until 2007)
  • Bastian Lemke (Storage Pool)
  • Volker Wildi (jSCSI 1.0, initiator)

jscsi's People

Contributors

sebastiangraf avatar saenridanra avatar gaul avatar aymandf avatar dsu-igeek avatar elek avatar kahing avatar gorky avatar takahirox avatar buptunixguys 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.