org.jscsi:target

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.

License

License

GroupId

GroupId

org.jscsi
ArtifactId

ArtifactId

target
Last Version

Last Version

2.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.jscsi:target
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.
Project URL

Project URL

http://jscsi.org/bundles/target
Source Code Management

Source Code Management

http://github.com/sebastiangraf/jscsi/tree/master/bundles/target

Download target

How to add to project

<!-- https://jarcasting.com/artifacts/org.jscsi/target/ -->
<dependency>
    <groupId>org.jscsi</groupId>
    <artifactId>target</artifactId>
    <version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jscsi/target/
implementation 'org.jscsi:target:2.6.0'
// https://jarcasting.com/artifacts/org.jscsi/target/
implementation ("org.jscsi:target:2.6.0")
'org.jscsi:target:jar:2.6.0'
<dependency org="org.jscsi" name="target" rev="2.6.0">
  <artifact name="target" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jscsi', module='target', version='2.6.0')
)
libraryDependencies += "org.jscsi" % "target" % "2.6.0"
[org.jscsi/target "2.6.0"]

Dependencies

compile (10)

Group / Artifact Type Version
org.jscsi : commons jar 2.6.0
org.apache.jclouds : jclouds-blobstore jar 1.8.1
org.apache.jclouds.provider : aws-s3 jar 1.8.1
org.apache.jclouds.api : filesystem jar 1.8.1
org.osgi : org.osgi.core jar 4.3.0
org.slf4j : slf4j-api jar 1.7.2
ch.qos.logback : logback-core jar 1.0.10
ch.qos.logback : logback-classic jar 1.0.10
com.google.guava : guava jar 17.0
org.aspectj : aspectjrt jar 1.7.2

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.8
org.perfidix : perfidix jar 3.6.9
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

#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)

Versions

Version
2.6.0
2.5.3
2.5.2
2.5.1
2.5
2.4
2.3
2.2