[ipxe-devel] [ipxe/ipxe] QRcode (#102)
dgtlrift
notifications at github.com
Fri Jan 10 19:40:55 UTC 2020
This patch is only a proof of concept but links in QR encode and renders the URLs for stderror.c to the console for a smartphone to scan for additional context.
A few considerations:
Additional Memory requirements
License for the library
Readability from non-console screens
stability
Dynamic memory requirements (malloc) for the library
memory optimizations in the library - bit array instead of bytes?
I don't warrant that this is production-ready, but merely trying to show that this could provide additional value.
I did try to subscribe to ipxe-devel at lists.ipxe.org and submit a patch, but it appears my requrest to join the list got dropped to the floor.
-Jim
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/102
-- Commit Summary --
* Create ccpp.yml
* Added QR Code for bootup to easy scan errors from console.
* Get ready for pull request
-- File Changes --
A .github/workflows/ccpp.yml (17)
A .gitmodules (3)
M src/Makefile (4)
M src/hci/strerror.c (28)
A src/hci/urlqrencode.c (132)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/102.patch
https://github.com/ipxe/ipxe/pull/102.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/102
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200110/10b32354/attachment.htm>
More information about the ipxe-devel
mailing list