English fork of the Japanese RaSCSI project. RaSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices.
Go to file
akuker 1118c344cc
Issue #7 - implement a scsi monitor function for RaSCSI to log SCSI traffic (#46)
* #7 Re-merge scsimon functionality with latest master. The old scsimon branch was waaaaay too out of date

* #7 Re-merge scsimon functionality with latest master. The old scsimon branch was waaaaay too out of date

* Added libspdlog-dev as a required package

* Cleanup from master re-base

* Updated to use GCC version 8, to match the raspberry pi

Co-authored-by: akuker <akuker@gmail.com>
2020-10-19 07:31:06 -05:00
.github Issue #7 - implement a scsi monitor function for RaSCSI to log SCSI traffic (#46) 2020-10-19 07:31:06 -05:00
doc Issue #7 - implement a scsi monitor function for RaSCSI to log SCSI traffic (#46) 2020-10-19 07:31:06 -05:00
hw Create IIciCase.FCStd (#44) 2020-10-16 20:47:32 -05:00
src Issue #7 - implement a scsi monitor function for RaSCSI to log SCSI traffic (#46) 2020-10-19 07:31:06 -05:00
test/robot Created an initial suite of tests to make sure that the RaSCSI is working properly (#33) 2020-09-10 13:06:36 -05:00
_config.yml Set theme jekyll-theme-midnight 2020-07-04 20:39:04 -05:00
LICENSE Create LICENSE 2020-07-05 23:02:40 -05:00
RASCSI_webpage_translated.pdf Merged in RASCSI version 1.47 and re-generated english PDF 2020-07-04 09:57:44 -05:00
README.md Update README.md 2020-09-06 23:59:13 -07:00

C/C++ CI Scrutinizer Code Quality Coverity Scan Build Status

What is RaSCSI?

RaSCSI is a virtual SCSI device emulator that runs on a Raspberry Pi. It runs in userspace, and can emulate several SCSI devices at one time. There is a control interface to attach / detach drives during runtime, as well as insert and eject removable media. This project is aimed at users of vintage Macintosh computers from the 1980's and 1990's.

Please check out the full story with much more detail on the wiki!