TkTech / smartie

Pure-python ATA/SATA/ATAPI/SCSI and disk enumeration library for Linux/Windows/OS X.
https://tkte.ch/smartie/
MIT License
10 stars 3 forks source link

Implement OS X Support #2

Open TkTech opened 2 years ago

TkTech commented 2 years ago

OS X provides limited support for SCSI/ATA via IOKit. We can implement support for IDENTIFY, INQUIRY (maybe), and SMART-related commands.

Reference: https://developer.apple.com/documentation/iokit

TkTech commented 4 months ago

Currently no access to hardware to continue this.