go-ipp/README.md

29 lines
462 B
Markdown
Raw Normal View History

2019-03-10 17:37:55 +00:00
# go-ipp
2019-03-17 19:47:29 +00:00
## Go Get
To get the package, execute:
```
go get -h github.com/phin1x/go-ipp
```
## Features
* basic ipp 2.0 compatible Client
* extended client for cups server
* create custom ipp requests
* parse ipp response and files
## Examples
Print a file
```go
client := ipp.NewIPPClient("printserver", 631, "user", "password", true)
client.PrintFile("/path/to/file", "my-printer", 1, ipp.DefaultJobPriority)
```
## Licence
Apache Licence Version 2.0