Re: [sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-24 Thread Patrick Roncagliolo
I just wrote the same a minute ago in the other email :) A server-side WSD library would enable the possibility you mentioned, of course. Il sab 24 feb 2018, 18:22 Steven Santos ha scritto: > One other thought here: > > If it were possible to implement a WDS server in SANE, it would open up > SA

Re: [sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-24 Thread Steven Santos
One other thought here: If it were possible to implement a WDS server in SANE, it would open up SANE to be used as a single central scan server for windows as well. Set up all of your scanners on a SANE server, then let youw windows and linux boxes connect to that. That would make life easier fo

Re: [sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-24 Thread Patrick Roncagliolo
Hi Steven, Thank you for your interest in the project. I'll give here a status update of the project: On my github repo, now there is nearly-full python support for WSD scanners. ADF works! And device-initiated scans work too, of course :) All commands and events described by the ws-scan paper ar

Re: [sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-24 Thread Steven Santos
This is a great project. If it is successful, you will open up a ton of scanners for use with SANE More importantly, it gives a path for supporting just about ANY windows-only scanner in SANE, as seems windows 10 can export any local scanner via WSD I am assuming you found this documentation? h

Re: [sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-06 Thread Patrick Roncagliolo
Hi all, I found http://ws4d.org/dpws-explorer/ . It has a linux version, it can help a bit with device detection and browse properties while developing a proper scan software. Here is a java implementation of the DPWS standard, and here

Re: [sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-05 Thread Till Kamppeter
On 02/05/2018 01:32 PM, Patrick Roncagliolo wrote: WDS is a protocol based on http connection with devices such as scanners, printers and so on. Most of the work is based on a bunch of XML schemas, that are publicly available on MSDN. Searched a lot, but for Linux I only found this (https://git

[sane-devel] Is there any plan to support Web Devices Services (WDS) protocol?

2018-02-05 Thread Patrick Roncagliolo
WDS is a protocol based on http connection with devices such as scanners, printers and so on. Most of the work is based on a bunch of XML schemas, that are publicly available on MSDN. Searched a lot, but for Linux I only found this (https://github.com/al42and/WSDolefuls), that fails to parse the sc