PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
545 stars 82 forks source link

AppleTalk file and printer server #296

Closed rdmark closed 3 years ago

rdmark commented 3 years ago

Similar to how we're generating HFS ISO images on the fly, another neat feature for Mac users would be an on-demand AppleTalk file and printer server running on the same Pi. Configuration / monitoring UI could be done in rascsi-web and/or easyinstall, aligning with the daynaport network bridge setup on the same system. Some starting points:

rdmark commented 3 years ago

Started documenting the process in https://github.com/akuker/RASCSI/wiki/AFP-File-Sharing

rdmark commented 3 years ago

Install script: https://github.com/akuker/RASCSI/pull/336 Web UI portion: https://github.com/akuker/RASCSI/pull/333