SimulPiscator / AirSane

Publish SANE scanners to MacOS, Android, and Windows via Apple AirScan.
GNU General Public License v3.0
247 stars 26 forks source link

WS-Scan #53

Closed stevensantos-docs closed 2 years ago

stevensantos-docs commented 3 years ago

Not an issue, but have you ever thought about doing the same thing for WS-Scan? One server for all scanners is such a nice idea...

SimulPiscator commented 3 years ago

Absolutely, I agree. I actually spent some effort on adding a WS-Scan server to AirSane but was unable to make a connection. Windows Printers and Scanners would detect the AirSane scanner and request metadata but would not initiate the actual WS-Scan session. I could not find out the reason for this, microsoft and other browsing tools would report correct data transmission.

As an alternative, the author of this project: https://github.com/roncapat/WSD-python might be prepared to finish his work on the scanner server?

stevensantos-docs commented 3 years ago

Any chance I could have a look at the code you wrote?

SimulPiscator commented 3 years ago

Sure, but don't expect it to be clear. In its current form, it tries to advertise a WSD printer (but does not succeed in being recognized as such by Windows Printers and Scanners). airsaned-wsd.tar.gz

markosjal commented 3 years ago

Bravo!

SimulPiscator commented 2 years ago

Windows 10/11 now support eSCL scanners, and work with AirSane. No WSD support needed :-)

stevensantos-docs commented 2 years ago

Can you say more about this? Any links or such?

On Thu, Mar 10, 2022, 3:25 PM SimulPiscator @.***> wrote:

Windows 11 now supports eSCL scanners, and works with AirSane. No WSD support needed :-)

— Reply to this email directly, view it on GitHub https://github.com/SimulPiscator/AirSane/issues/53#issuecomment-1064471472, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVCVCIVPFVGERU55XT5E2TU7JLCFANCNFSM4ZRFZVQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

SimulPiscator commented 2 years ago

I found that since the last patchday, you can use Settings->Bluetooth and devices->Printers and scanners to search for AirSane scanners, and install them into the Windows system. No official documentation from Microsoft, though.

stevensantos-docs commented 2 years ago

This is huge. It means a linux box can now be the central server for scanners on all platforms

On Thu, Mar 10, 2022, 4:59 PM SimulPiscator @.***> wrote:

I found that since the last patchday, you can use Settings->Bluetooth and devices->Printers and scanners to search for AirSane scanners, and install them into the Windows system.

— Reply to this email directly, view it on GitHub https://github.com/SimulPiscator/AirSane/issues/53#issuecomment-1064543269, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVCVCMYYVDRAZGTBE7ELM3U7JWCHANCNFSM4ZRFZVQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

markosjal commented 2 years ago

Yes, it is huge, but does AirSane still have no ADF support?

I know AirSane would not seem to share my Network scanner the last time I tested it. AirSane also only seemed to work with a USB scanner last I tested. There was no eSCL Sharing of network scanners.

I Wrote a little PHP code that runs on a Windows 10 (XAMPP Recommended) web host that allows a locally installed Windows scanner to be shared over eSCL , so it even opens back up Windows to Windows scanner sharing (lost some time ago in Windows 10 when homegroup went away) or Windows to Mac or Windows to Linux sharing. The beauty of the Windows solution is that most any scanner that is WIA or TWAIN can be shared regardless of Interface. See http://scannershare.com for more info and download

stevensantos-docs commented 2 years ago

I just submitted a doc suggestion for SANE that includes your project.

On Fri, Mar 11, 2022 at 10:35 AM markosjal @.***> wrote:

Yes, it is huge, but does AirSane still have no ADF support?

I know AirSane would not seem to share my Network scanner the last time I tested it, it only seemed to work with a USB scanner last I tested.

I Wrote a little PHP code that runs on a Windows 10 (XAMPP Recommended) web host that allows a locally installed Windows scanner to be shared over eSCL , so it even opens back up Windows to Windows scanner sharing (lost some time ago in Windows 10 when homegroup went away) or Windows to Mac or Windows to Linux sharing. The beauty of the Windows solution is that most any scanner that is WIA or TWAIN can be shared regardless of Interface. See http://scannershare.com for more info and download

— Reply to this email directly, view it on GitHub https://github.com/SimulPiscator/AirSane/issues/53#issuecomment-1065225379, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVCVCIU6KTJCEW2P5BQ2F3U7NR45ANCNFSM4ZRFZVQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

SimulPiscator commented 2 years ago

Thank you!