Go to file
Fabian 4bd7e24425 check ipp response for errors 2020-03-27 16:38:12 +01:00
.gitignore first beta release 2019-03-15 16:20:02 +01:00
LICENSE Initial commit 2019-03-10 18:37:26 +01:00
README.md Bumped version to 1.4.0 2020-03-09 23:27:07 +01:00
attribute.go use int8 instead of uint8 2020-03-09 12:58:54 +01:00
attribute_test.go fixed type for ipp tags 2020-03-09 12:47:23 +01:00
constants.go use int8 instead of uint8 2020-03-09 12:58:54 +01:00
cups-client.go fixed type for ipp tags 2020-03-09 12:47:23 +01:00
error.go check ipp response for errors 2020-03-27 16:38:12 +01:00
go.mod - changed the get jobs method to fetch jobs from printer, classes or both 2019-12-26 16:46:08 +01:00
ipp-client.go check ipp response for errors 2020-03-27 16:38:12 +01:00
reqest.go fixed eof handling in request and response decoder 2020-03-27 15:59:54 +01:00
response.go fixed eof handling in request and response decoder 2020-03-27 15:59:54 +01:00
utils.go - changed the get jobs method to fetch jobs from printer, classes or both 2019-12-26 16:46:08 +01:00

README.md

go-ipp

Version Licence

Go Get

To get the package, execute:

go get -u github.com/phin1x/go-ipp

Features

  • basic ipp 2.0 compatible Client
  • extended client for cups server
  • create custom ipp requests
  • parse ipp responses and ipp control files

Examples

Print a file

client := ipp.NewIPPClient("printserver", 631, "user", "password", true)
client.PrintFile("/path/to/file", "my-printer", map[string]interface{}{})

Licence

Apache Licence Version 2.0