README.md: Update

Change the reference to the 'src' directory into a reference to the 'utils'
directory since commit c07779cfa7 ("AUTOTOOLS: Add a Makefile.am for the
iscsi-* utilities") renamed the 'src' directory into 'utils'.

Document the purpose of the test-tool directory.

Fix the link to the release tarballs.
This commit is contained in:
Bart Van Assche
2021-07-17 19:15:36 -07:00
parent c9fd0743bc
commit 1e545eedb2

View File

@@ -5,12 +5,15 @@ The library is fully asynchronous with regards to iSCSI commands and SCSI
tasks, but a synchronous layer is also provided for ease of use for simpler
applications.
The src directory contains a handful of useful iSCSI utilities such as logging
in to and enumerating all targets on a portal and all devices of a target.
The utils directory contains a handful of useful iSCSI utilities such as
logging in to and enumerating all targets on a portal and all devices of a
target.
The examples directory contains example implementation of how to access both
the synchronous and asynchronous APIs of libiscsi.
The test-tool directory contains an iSCSI conformance test suite.
Libiscsi is a work in progress. It aims to become a fully asynchronous
library for iSCSI functionality, including all features required to establish
and maintain an iSCSI session, as well as a low-level SCSI library to create
@@ -256,9 +259,7 @@ Libiscsi has been tested on:
RELEASE TARBALLS
================
Release tarballs are available at
https://sites.google.com/site/libiscsitarballs/libiscsitarballs/
Release tarballs are available at https://github.com/sahlberg/libiscsi/tags.
CONTRIBUTING
============