ipp protocol
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?
This code is implementation of Virtual PostScript IP Printer(IPP).
Interesting. Which part of this code
- implements the Get-Printer-Attributes operation?
- implements the Print-Job operation?
- 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
Ah, That list is on To-do. 1 and 2 on develop.
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"
Thanks for advice. but I'm working on implement IPP, and I don't think I have to change the file name.
what is your schedule to support ipp?
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.