Regarding the addition of printers (devices) to the Papple-based printer application using IPP calls. #372
Replies: 2 comments 3 replies
-
|
It would be helpful to know what errors you are getting, meaningful or not. Calling One thing of note in the included code - connecting to the mDNS hostname will almost certainly result in a remote network connection (even on the same machine) which will fail since remote admin is disabled by default in printer applications (for what should be obvious security reasons...) |
Beta Was this translation helpful? Give feedback.
-
|
First of all, sorry for the late reply! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone!
I'm working on a GSoC '24 project, with one of the main goals being to add printers (devices) to the printer application through IPP calls.
Steps:
Using device ID information, I make an IPP call to the printer application to retrieve the appropriate driver.
Using the driver and additional information, I then make a call to the printer application to add the printer.
Below are the implementations of both IPP calls.
I believe I might be using incorrect options for the IPP calls. Could anyone help me troubleshoot this? I have debugged the code but am not getting meaningful error messages.
code
Beta Was this translation helpful? Give feedback.
All reactions