Commit Graph

10 Commits

Author SHA1 Message Date
21cf29f651 Avoid panic if printer is off or unreachable for some reason.
Closes #16
Closes #17
Closes #15
2021-05-23 16:08:48 +00:00
617d7834cc A working proxy exists. 2021-02-28 10:29:54 +01:00
b1fafb43b2 Add unmarshalling to the boolean attribute. 2021-02-09 21:34:58 +01:00
48aa81238d Add collection type, use buffered bytestream.
Fixed some more attribute types.
2021-02-09 21:31:27 +01:00
0805cec129 Fix lint warnings. 2021-01-09 12:10:43 +01:00
f449b535db Add rangeOfInteger attribute. 2020-12-29 21:45:00 +01:00
1eff8711d3 Add integer attribute type.
Merges some common code between integer and enum.
Enum can now bw a set.
Add valuer must take a interface{} in addValue since it can be different types.
2020-12-29 20:53:01 +01:00
53aaaf5521 Merge attribute handling from request and response to commen code. 2020-12-28 20:05:01 +01:00
04a4b4157f 2-add-keyword-support (#6)
More development.

More types.
Fixed attribute groups in requests.
Started on client.
Saving data to file.

More types. Printing from chromeos works a little bit.

More types.

Spelling corrections.

WIP: Fix keyword handling

Move request to a separate file and add test.

Co-authored-by: Henrik Sölver <henrik.solver@gmail.com>
Reviewed-on: #6
Co-Authored-By: henrik <henrik.solver@gmail.com>
Co-Committed-By: henrik <henrik.solver@gmail.com>
2020-12-27 09:16:32 +01:00
cadcedf43c Simple roundtrip from ipptool works. 2020-12-03 09:37:35 +01:00