Skip to content
Markus Rosjat edited this page Feb 24, 2016 · 4 revisions

Release 1.0.0 - 2016-02-25

In this version we have following packages

  • Linux_sgio 1.0
    • c module for using ioctl
  • pyscsi
    • commands
      • ExchangeMedium
      • GetLBAStatus
      • InitElementStatus
      • InitElementStatusWithRange
      • Inquiry
      • ModeSense6
      • ModeSense10
      • MoveMedium
      • OpenCloseExportImportElement
      • PositionToElement
      • PreventAllowMediumRemoval
      • Read10
      • Read12
      • Read16
      • ReadCapacity16
      • ReadCapacity10
      • ReadElementStatus
      • ReportLuns
      • ReportPriority
      • TestUnitReady
      • Write10
      • Write12
      • Write16
      • WriteSame10
      • WriteSame16
    • Baseclasses
      • SCSICommand
      • SCSIDevice
      • SCSICheckCondition
      • Opcode
    • Utils
      • Enum, pseudo Enum
      • convert, some helper functions
  • Tools/Examples
    • inquiry -> a script that pretty prints a standard inquiry and some VPDs
    • mtx -> Similar to, but not as advanced as, the 'mtx' utility.
  • Tests
    • simple test suite for implemented commands

Clone this wiki locally