danielklecha / SharpIppNextServer

IPP printer (web app) based on SharpIppNext library.
MIT License
1 stars 0 forks source link

Which clients does the server support? #2

Open gmuth opened 9 hours ago

gmuth commented 9 hours ago

Which clients does the printer support? You only mention Netprinter: https://play.google.com/store/apps/details?id=hu.co.tramontana.netprinter

How about other clients provided by operating systems like Windows, Linux, macOS, iOS?

danielklecha commented 6 hours ago

Hi, I added IPP server to Windows using wizard and command (I mentioned about it in readme): add-printer -Name "SharpIpp on http://127.0.0.1:631" -DriverName "Microsoft IPP Class Driver" -PortName "http://127.0.0.1:631/" I used it with ipptool on linux with success. I didn't add printer directly to linux/macOS/iOS but IPP protocol in version 1.1 should be compatible with all clients. There is a small chance that specific clients require some additional attribute not added to the IPP server but I didn't have any problems on Windows.