A Mac OS X Scanner Driver for sane net devices
- Compile SaneNetScanner
- Copy
SaneNetScanner.app
to/Library/Image Capture/Devices
- Use
Image Capture
,Preview
or any other compatible application to scan.
- Install, configure and start saned
- Install ruby-bindings for
dnssd
anddbus
- Run
scripts/publish-sane.rb
-
Q: What is the state of the Project?
A: It's working. The OSX-Client/Driver is quite stable and supports most functionally used by the os. The publish service is very rough and sometimes stops working (and saned sometimes, too). Development is currently stalled as all features I want are present. Feel free to send pull requests or contact me.
-
Q: Why do we need
publish-sane.rb
? Saned already announces itself via bonjour!A: Yeah, saned already anncounes itself, but OSX needs to know about indivudal scanners in order to show it to the user. Therefore the extra script is needed.