-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending universal subtype #15
Comments
As an addendum, I am checking with this command: |
Good question. I think maybe some of the subtype stuff is not fully implemented/broken |
I've replaced the bonjour call with the mdns package. my iPhone can now see the printer and send a print job. I actually managed to print a doc from my phone to the ipp printer, but it only worked once :-( |
Thanks for the info 👍 |
Hi,
I'm trying to send the universal subtype but can't get it working. I'm calling bonjour as follows:
bonjour.publish({ txt: {rp: 'printers/Printer1', usb_MFG: 'Astrium', usb_MDL: 'Astrium Printer 1', product: '(Astrium Printer)', ty: 'Astrium Printer', pdl: 'application/pdf,image/urf', URF: 'W8,DM3,CP255,RS600'}, type: 'ipp', port: printer.port, name: printer.name, subtypes: [ '_universal']})
I've tried removing the underscore as well.
Any suggestions?
The text was updated successfully, but these errors were encountered: