Gerhard Muth

Results 36 comments of Gerhard Muth

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...

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...

what is your schedule to support ipp?

Implementors of printer firmware often have "their own understanding" of ipp. I know from my own experience that these issues are difficult to track. I recommend to save the ipp...

[datagrip](https://blog.jetbrains.com/datagrip/2019/12/03/datagrip-2019-3-is-released/) might be an alternative

Steps 1 to 4 work for me (M1, 12.1). configure.sh fails: ``` configure: error: Package requirements (fuse >= 2.7.3 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9 ) were...

We have two issues here. One issue was to produce a M1 executable. That seems to be the solved. Another issue is that the executable doesn't work as expected. So...

Python is no longer included on mac os 12.3 according to the [release notes](https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes). This was [already announced with mac os 10.15](https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes): > Scripting Language Runtimes > Deprecations >Scripting language...

That bundle references the MacOS Framework which is not there anymore: ``` Library not loaded: /Library/Frameworks/Python.framework/Versions/3.9/Python Referenced from: /Applications/Yubico Authenticator.app/Contents/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/ Contents/MacOS/Python ```

[Glade has published binary Get-Printer-Attributes responses from various printers.](https://github.com/HPInc/jipp/tree/master/jipp-core/src/test/resources/printer) For code quality tests I decode and encode again all 261 ipp messages and compare the bytes. Another approach could be...