Go to file
Fabian 6f0a0ebbe8 return from decoding function at eof instead of break from the decoding loop 2020-03-06 18:34:41 +01:00
.gitignore
LICENSE
README.md
attribute.go
attribute_test.go
constants.go
cups-client.go
error.go
go.mod
ipp-client.go
reqest.go
response.go
utils.go

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