uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

s2pexec: Extract protobuf client part into a separate tool #47

Closed uweseimet closed 7 months ago

uweseimet commented 7 months ago

s2pexec currently supports two modes: Sending any SCSI command and sending custom SCSI2Pi SCSI commands (opcodes 0xc0 and 0xc1), using protobuf data, to the host services device. The latter functionality shall be extracted into a separate "s2proto" tool.