SharpIppNext
A .NET Standard library that can be used as an Internet Printing Protocol (IPP) client and IPP server.
Features
- Client and server support all operations of Internet Printing Protocol/1.1.
- Client supports CUPS-Get-Printers operation.
Installation
Install the library via NuGet:
dotnet add package SharpIppNext
Strong-named version
dotnet add package SharpIppNext.StrongName
Getting started
- An example of the IPP client is included in the solution (
SharpIpp.Samples.Client). - An example of the IPP server is available in the SharpIppNextServer repository.
Documentation
For full documentation and API reference, please visit https://danielklecha.github.io/SharpIppNext/.
Contributing
Contributions are welcome! Please refer to the CONTRIBUTING.md file for more information on how to get started.
License
SharpIppNext is provided as-is under the MIT license.