About the IPP Sample Code
The ippsample
project provides sample, non-production-ready implementations of IPP Clients, Printers, and Proxies. It makes use of the CUPS Library v3 and PDFio library projects to provide low-level HTTP, IPP, and PDF support. The ippserver
and ipp3dprinter
code was also inspired by the original CUPS ippeveprinter
source code. The project also includes the ipptransform3d
transform program for 3D printing to G-code printers as well as a "lint" program (ippdoclint
) for validating document data in automated test environments.
The server implements most IPP standards including IPP Everywhere™ and includes transform support for 2D and 3D printing. A beta snap is available for Linux systems.
Contributing
The IPP Sample Code is developed and distributed as open source software under the Apache License, Version 2.0. Contributions should be submitted as pull requests on the Github site. Developer guidelines can be found in the file DEVELOPING.md.
Programs
The following programs are provided in addition to the ippfind
, ipptool
, and ipptransform
programs included with the CUPS Library v3 project.
The ippdoclint
program validates document data in a variety of formats, allowing for automated testing of IPP clients.
The ippproxy
program implements a generic IPP Proxy interface that allows you to connect a local IPP, PCL, or G-code printer to an IPP Infrastructure Printer such as the ippserver
program.
The ippserver
program implements most IPP standards and is commonly used for prototyping and automated testing. It provides a generic IPP Printer interface that allows you to share printers locally or using the IPP Shared Infrastructure Extensions. Printers can be configured to use authentication and/or to provide transforms using the included or third-party programs. A scriptable web interface allows for a variety of automated testing opportunities.
The ipptransform3d
program is a generic file conversion utility that is used primarily with ippserver to support slicing of STL and 3MF documents for 3D printers connected via USB.
Legal Stuff
Copyright © 2014-2024 by the IEEE-ISTO Printer Working Group.
Copyright © 2007-2019 by Apple Inc.
Copyright © 1997-2007 by Easy Software Products.
This software is provided under the terms of the Apache License, Version 2.0. A copy of this license can be found in the file LICENSE. Additional legal information is provided in the file NOTICE.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.