Cocoa-Printer-Server icon indicating copy to clipboard operation
Cocoa-Printer-Server copied to clipboard

ipp protocol

Open gmuth opened this issue 6 years ago • 7 comments

files and keywords of your project use 'ipp'. How is this project related to IPP? Does this printer-server support ipp messages for request and response?

gmuth avatar Apr 28 '20 22:04 gmuth

This code is implementation of Virtual PostScript IP Printer(IPP).

Hoto-Cocoa avatar Aug 04 '20 10:08 Hoto-Cocoa

Interesting. Which part of this code

  1. implements the Get-Printer-Attributes operation?
  2. implements the Print-Job operation?
  3. What RFCs does the IPP server support?

To me it looks like the API of your ipp-server uses "jet direct / 9100" and does not parse or decode ipp encoded packets as specified in RFC 8010/8011

gmuth avatar Aug 05 '20 07:08 gmuth

Ah, That list is on To-do. 1 and 2 on develop.

Hoto-Cocoa avatar Aug 07 '20 09:08 Hoto-Cocoa

If "print-job" is not implemented yet how can the printer currently receive a print-job? I assume you have implemented 9100/jetdirect to transport a print-job. IMO the file "ipp-server.js" should have the name "jetdirect-server.js"

gmuth avatar Aug 07 '20 09:08 gmuth

Thanks for advice. but I'm working on implement IPP, and I don't think I have to change the file name.

Hoto-Cocoa avatar Dec 17 '20 10:12 Hoto-Cocoa

what is your schedule to support ipp?

gmuth avatar Dec 17 '20 13:12 gmuth

I am a working person and I don't have much time to spend on hobby coding. I can't be sure when it will happen, and I don't want to work with a specific period from the standpoint of developing this program simply as a hobby.

Hoto-Cocoa avatar Dec 17 '20 17:12 Hoto-Cocoa