Commit Graph

5 Commits

Author SHA1 Message Date
s1d3sw1ped_bot 5f23844263 gitignore: Add Go build and IDE ignores
CI / test (push) Successful in 17s
CI / test (pull_request) Successful in 22s
The tree is a Go library with testdata dumps already committed; this keeps local binaries, coverage output, and editor files out of future commits.
2026-09-01 16:24:56 +00:00
s1d3sw1ped_bot a392c05b19 Bump Go to 1.27.0 (#1)
CI / test (push) Successful in 9s
2026-08-31 20:09:01 -05:00
s1d3sw1ped b67b37dc59 Make Parse take raw NFC UID and 1K image.
Drop zip/JSON from the root API. dump remains an adapter for the Android app format; inventory and an AMS wand both call Parse(uid, image).
2026-08-23 15:27:11 -05:00
s1d3sw1ped b38f7f643b Add bambu-nfc dump parse, Key-A HKDF, and spool merge.
Parse filanfc-dump/v1 zip/JSON, Bambu 1K images, and merge stickers by tray UID. dump and mifare packages stay importable for a later common library.
2026-08-23 15:23:11 -05:00
s1d3sw1ped a794db4838 Add design spec for the bambu-nfc Go library.
Parse filanfc-dump/v1 zip/JSON, Bambu 1K images, Key-A HKDF, and merge stickers by tray UID. dump and mifare packages are the later common-library seam.
2026-08-23 15:15:56 -05:00