All of lore.kernel.org
 help / color / mirror / Atom feed
* [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
@ 2017-01-03 16:26 Till Kamppeter
       [not found] ` <A18DDFC9-8572-442A-ABFF-60FFA167E2D3@apple.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Till Kamppeter @ 2017-01-03 16:26 UTC (permalink / raw)
  To: Open Printing

Hi,

a great, driverless 2017 to everyone, everywhere!

After having done a lot of work on driverless (IPP Everywhere, AirPrint) 
printing with cups-filters and ippusbxd, especially to make both IPP 
network printers and IPP-over-USB printers get set up automatically with 
an auto-generated PPD file, I was also thinking about driverless scanning.

So I looked around on the PWG web site and found the document about IPP 
scanning:

http://ftp.pwg.org/pub/pwg/candidates/cs-ippscan10-20140918-5100.17.pdf

and this looks promising, information based on which one could write a 
SANE driver. And at SANE no one tried up to now:

http://www.sane-project.org/

I think about putting up a GSoC project for that.

As my driverless-printing-capable IPP printers do not seem to offer IPP 
scanning, I want to know how far we are with IPP scanning currently.

Is the IPP scanning standard already an approved standard?

Are there already scanners or multi-function printers which do IPP scanning?

Is there a list of models?

Is there some free software which emulates an IPP scanner (like the 
ippserver utility of CUPS emulates an IPP Everywhere printer)?

    Till

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
       [not found] ` <A18DDFC9-8572-442A-ABFF-60FFA167E2D3@apple.com>
@ 2017-01-03 16:49   ` Till Kamppeter
  2017-01-03 17:05     ` Michael Sweet
  2017-01-04  1:27   ` Till Kamppeter
  1 sibling, 1 reply; 7+ messages in thread
From: Till Kamppeter @ 2017-01-03 16:49 UTC (permalink / raw)
  To: Michael Sweet, Open Printing

[ Posting back to printing-architecture list ]

On 01/03/2017 02:31 PM, Michael Sweet wrote:
>> <mailto:till.kamppeter@gmail.com>> wrote:

[...]

>> Is the IPP scanning standard already an approved standard?
>
> Yes, otherwise it wouldn't have been assigned a PWG standard number...
>

OK. Thanks.

>> Are there already scanners or multi-function printers which do IPP
>> scanning?
>
> Nobody has come forward to report on this, and I haven't seen any in the
> wild.  It was prototyped by Xerox...
>

Let's hope they will come out with devices any time soon.

>> Is there a list of models?
>>
>> Is there some free software which emulates an IPP scanner (like the
>> ippserver utility of CUPS emulates an IPP Everywhere printer)?
>
> Not at present.
>

So a feature request for CUPS' "ippserver" utility would be to make it 
emulate a multi-function printer with scanner (possibility to 
activate/deactivate the print and scan functions of the virtual IPP 
device by command line options). One could have a directory with 
printable files on the machine running ippserver and if a client scans 
it gets files from this directory.

    Till



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
  2017-01-03 16:49   ` Till Kamppeter
@ 2017-01-03 17:05     ` Michael Sweet
  2017-01-03 19:15       ` Till Kamppeter
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Sweet @ 2017-01-03 17:05 UTC (permalink / raw)
  To: Till Kamppeter; +Cc: printing-architecture

[-- Attachment #1: Type: text/plain, Size: 1727 bytes --]

Till,

We won't be adding IPP Scan support to ippserver (or anything in CUPS for that matter).  Feel free to file a feature request for the PWG's "ippsample" project at:

    https://github.com/istopwg/ippsample/issues <https://github.com/istopwg/ippsample/issues>

but at this point I can say we don't have the resources to develop it...


> On Jan 3, 2017, at 11:49 AM, Till Kamppeter <till.kamppeter@gmail.com> wrote:
> 
> [ Posting back to printing-architecture list ]
> 
> On 01/03/2017 02:31 PM, Michael Sweet wrote:
>>> <mailto:till.kamppeter@gmail.com>> wrote:
> 
> [...]
> 
>>> Is the IPP scanning standard already an approved standard?
>> 
>> Yes, otherwise it wouldn't have been assigned a PWG standard number...
>> 
> 
> OK. Thanks.
> 
>>> Are there already scanners or multi-function printers which do IPP
>>> scanning?
>> 
>> Nobody has come forward to report on this, and I haven't seen any in the
>> wild.  It was prototyped by Xerox...
>> 
> 
> Let's hope they will come out with devices any time soon.
> 
>>> Is there a list of models?
>>> 
>>> Is there some free software which emulates an IPP scanner (like the
>>> ippserver utility of CUPS emulates an IPP Everywhere printer)?
>> 
>> Not at present.
>> 
> 
> So a feature request for CUPS' "ippserver" utility would be to make it emulate a multi-function printer with scanner (possibility to activate/deactivate the print and scan functions of the virtual IPP device by command line options). One could have a directory with printable files on the machine running ippserver and if a client scans it gets files from this directory.
> 
>   Till
> 
> 

_________________________________________________________
Michael Sweet, Senior Printing System Engineer


[-- Attachment #2: Type: text/html, Size: 4390 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
  2017-01-03 17:05     ` Michael Sweet
@ 2017-01-03 19:15       ` Till Kamppeter
  0 siblings, 0 replies; 7+ messages in thread
From: Till Kamppeter @ 2017-01-03 19:15 UTC (permalink / raw)
  To: Michael Sweet; +Cc: printing-architecture

On 01/03/2017 03:05 PM, Michael Sweet wrote:
> Till,
>
> We won't be adding IPP Scan support to ippserver (or anything in CUPS
> for that matter).  Feel free to file a feature request for the PWG's
> "ippsample" project at:
>
>     https://github.com/istopwg/ippsample/issues
>
> but at this point I can say we don't have the resources to develop it...

So perhaps we should open one student project for the emulator and one 
for the SANE module then ...

    Till



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
       [not found] ` <A18DDFC9-8572-442A-ABFF-60FFA167E2D3@apple.com>
  2017-01-03 16:49   ` Till Kamppeter
@ 2017-01-04  1:27   ` Till Kamppeter
  2017-01-04 15:54     ` Ira McDonald
  1 sibling, 1 reply; 7+ messages in thread
From: Till Kamppeter @ 2017-01-04  1:27 UTC (permalink / raw)
  To: Michael Sweet; +Cc: Open Printing

[ Re-posting to printing-architecture list. ]

On 01/03/2017 02:31 PM, Michael Sweet wrote:
> Till,
>> <mailto:till.kamppeter@gmail.com>> wrote:
>> Are there already scanners or multi-function printers which do IPP
>> scanning?
>
> Nobody has come forward to report on this, and I haven't seen any in the
> wild.  It was prototyped by Xerox...
>

Is there still interest in this standard at the printer manufacturers? 
Or was it worked out and as soon as it got approved all the 
manufacturer's interest was gone?

Can someone ask on some PWG list or call to find out about the 
manufacturer's interest? Would be nice to know for me before investing 
time and students in implementing support for this standard.

Thanks in advance

    Till


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
  2017-01-04  1:27   ` Till Kamppeter
@ 2017-01-04 15:54     ` Ira McDonald
  2017-01-05 17:04       ` Aveek Basu
  0 siblings, 1 reply; 7+ messages in thread
From: Ira McDonald @ 2017-01-04 15:54 UTC (permalink / raw)
  To: Till Kamppeter, Ira McDonald; +Cc: Open Printing

[-- Attachment #1: Type: text/plain, Size: 2084 bytes --]

Hi Till,

Manufacturers *never* pre-announce forthcoming multi-function products.
Until someone actually ships and announces an IPP Scan-capable device,
PWG folks won't know any more than you do.

I think that for GSoC2017, IPP Scan is premature as a project.  We first
need to finish IPP System Service, get it prototyped, and get it into new
products.  That's the only way to do coordinated startup/shutdown of
individual services on an MFD.

Cheers,
- Ira


Ira McDonald (Musician / Software Architect)
Co-Chair - TCG Trusted Mobility Solutions WG
Chair - Linux Foundation Open Printing WG
Secretary - IEEE-ISTO Printer Working Group
Co-Chair - IEEE-ISTO PWG Internet Printing Protocol WG
IETF Designated Expert - IPP & Printer MIB
Blue Roof Music / High North Inc
http://sites.google.com/site/blueroofmusic
http://sites.google.com/site/highnorthinc
mailto: blueroofmusic@gmail.com
Jan-April: 579 Park Place  Saline, MI  48176  734-944-0094
May-Dec: PO Box 221  Grand Marais, MI 49839  906-494-2434


On Tue, Jan 3, 2017 at 8:27 PM, Till Kamppeter <till.kamppeter@gmail.com>
wrote:

> [ Re-posting to printing-architecture list. ]
>
> On 01/03/2017 02:31 PM, Michael Sweet wrote:
>
>> Till,
>>
>>> <mailto:till.kamppeter@gmail.com>> wrote:
>>> Are there already scanners or multi-function printers which do IPP
>>> scanning?
>>>
>>
>> Nobody has come forward to report on this, and I haven't seen any in the
>> wild.  It was prototyped by Xerox...
>>
>>
> Is there still interest in this standard at the printer manufacturers? Or
> was it worked out and as soon as it got approved all the manufacturer's
> interest was gone?
>
> Can someone ask on some PWG list or call to find out about the
> manufacturer's interest? Would be nice to know for me before investing time
> and students in implementing support for this standard.
>
> Thanks in advance
>
>
>    Till
>
> _______________________________________________
> Printing-architecture mailing list
> Printing-architecture@lists.linux-foundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/printing-architecture
>

[-- Attachment #2: Type: text/html, Size: 3858 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning?
  2017-01-04 15:54     ` Ira McDonald
@ 2017-01-05 17:04       ` Aveek Basu
  0 siblings, 0 replies; 7+ messages in thread
From: Aveek Basu @ 2017-01-05 17:04 UTC (permalink / raw)
  To: Ira McDonald, Open Printing, Till Kamppeter

[-- Attachment #1: Type: text/plain, Size: 2704 bytes --]

Hi,

I there any manufacturer currently using the IPP scanning standard and is
there any device available with this in the market. Any one any idea?



Regards,
Aveek

On Wed, Jan 4, 2017 at 9:24 PM, Ira McDonald <blueroofmusic@gmail.com>
wrote:

> Hi Till,
>
> Manufacturers *never* pre-announce forthcoming multi-function products.
> Until someone actually ships and announces an IPP Scan-capable device,
> PWG folks won't know any more than you do.
>
> I think that for GSoC2017, IPP Scan is premature as a project.  We first
> need to finish IPP System Service, get it prototyped, and get it into new
> products.  That's the only way to do coordinated startup/shutdown of
> individual services on an MFD.
>
> Cheers,
> - Ira
>
>
> Ira McDonald (Musician / Software Architect)
> Co-Chair - TCG Trusted Mobility Solutions WG
> Chair - Linux Foundation Open Printing WG
> Secretary - IEEE-ISTO Printer Working Group
> Co-Chair - IEEE-ISTO PWG Internet Printing Protocol WG
> IETF Designated Expert - IPP & Printer MIB
> Blue Roof Music / High North Inc
> http://sites.google.com/site/blueroofmusic
> http://sites.google.com/site/highnorthinc
> mailto: blueroofmusic@gmail.com
> Jan-April: 579 Park Place  Saline, MI  48176  734-944-0094
> <(734)%20944-0094>
> May-Dec: PO Box 221  Grand Marais, MI 49839  906-494-2434
> <(906)%20494-2434>
>
>
> On Tue, Jan 3, 2017 at 8:27 PM, Till Kamppeter <till.kamppeter@gmail.com>
> wrote:
>
>> [ Re-posting to printing-architecture list. ]
>>
>> On 01/03/2017 02:31 PM, Michael Sweet wrote:
>>
>>> Till,
>>>
>>>> <mailto:till.kamppeter@gmail.com>> wrote:
>>>> Are there already scanners or multi-function printers which do IPP
>>>> scanning?
>>>>
>>>
>>> Nobody has come forward to report on this, and I haven't seen any in the
>>> wild.  It was prototyped by Xerox...
>>>
>>>
>> Is there still interest in this standard at the printer manufacturers? Or
>> was it worked out and as soon as it got approved all the manufacturer's
>> interest was gone?
>>
>> Can someone ask on some PWG list or call to find out about the
>> manufacturer's interest? Would be nice to know for me before investing time
>> and students in implementing support for this standard.
>>
>> Thanks in advance
>>
>>
>>    Till
>>
>> _______________________________________________
>> Printing-architecture mailing list
>> Printing-architecture@lists.linux-foundation.org
>> https://lists.linuxfoundation.org/mailman/listinfo/printing-architecture
>>
>
>
> _______________________________________________
> Printing-architecture mailing list
> Printing-architecture@lists.linux-foundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/printing-architecture
>
>


-- 
Regards,
Aveek

[-- Attachment #2: Type: text/html, Size: 5279 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-05 17:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 16:26 [Printing-architecture] IPP Scanning: GSoC project for a SANE module for IPP-based driverless scanning? Till Kamppeter
     [not found] ` <A18DDFC9-8572-442A-ABFF-60FFA167E2D3@apple.com>
2017-01-03 16:49   ` Till Kamppeter
2017-01-03 17:05     ` Michael Sweet
2017-01-03 19:15       ` Till Kamppeter
2017-01-04  1:27   ` Till Kamppeter
2017-01-04 15:54     ` Ira McDonald
2017-01-05 17:04       ` Aveek Basu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.