QR Codes: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
mNo edit summary
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=QR Codes=
{{wiki}}
A QR Code is a two-dimensional barcode that can encode arbitrary binary data.
 
{{headerbox}}'''QR Codes''' are two-dimensional barcode graphics that can encode arbitrary binary data and we use QR code stickers to label things at Noisebridge!
{{boxend}}


Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for [http://en.wikipedia.org/wiki/Hardlink_(homonymy) hardlinking] physical objects into cyberspace.
Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for [http://en.wikipedia.org/wiki/Hardlink_(homonymy) hardlinking] physical objects into cyberspace.
Line 15: Line 17:
==Software==
==Software==
* [http://code.google.com/p/zxing/ Zxing Project] appears to be a Google-blessed software library written in Java for processing one-dimensional and two-dimensional barcodes. It is written for use on mobile phones.
* [http://code.google.com/p/zxing/ Zxing Project] appears to be a Google-blessed software library written in Java for processing one-dimensional and two-dimensional barcodes. It is written for use on mobile phones.
* Snappr.net has an image-attched-to-email-to-text type gateway setup. snappr [at] snappr.net More info [http://www.snappr.net/index.php?option=com_content&view=article&id=51&Itemid=83&lang=en on their page]


==Other 2D Encodings==
==Other 2D Encodings==
* [http://www.parc.com/research/projects/dataglyphs/ Xerox PARC Dataglyphs] - Embedding binary data inside of image dithering. Neat trick.
* [http://www.parc.com/research/projects/dataglyphs/ Xerox PARC Dataglyphs] - Embedding binary data inside of image dithering. Neat trick.
----
We run a site/service in regards to mobile content and QR Codes<br>
http://www.snappr.net<br>
If you are interested, I can let you in into some more details!?  -- philip

Revision as of 04:45, 21 December 2021

Noisebridge | About | Visit | 272 | Manual | Contact | Guilds | Resources | Events | Projects | 5MoF | Meetings | Donate | (Edit)
Guilds | Meta | Code | Electronics | Fabrication | Games | Sewing | Music | AI | Neuro | Philosophy | Funding | Art | Security | Ham | Brew | (Edit)
MetaGuild | Recruiting Guilds | Volunteer | Documentation | Outreach | Working Groups | CommunityWorkingGroup | Badges | (Edit)
Documentation | Wiki | Signage | Labels | QR Codes | Note-taking | NoiseFacts | NoiseManual | (Edit)
QR Codes are two-dimensional barcode graphics that can encode arbitrary binary data and we use QR code stickers to label things at Noisebridge!

Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for hardlinking physical objects into cyberspace.

Documentation

Generators

Software

  • Zxing Project appears to be a Google-blessed software library written in Java for processing one-dimensional and two-dimensional barcodes. It is written for use on mobile phones.
  • Snappr.net has an image-attched-to-email-to-text type gateway setup. snappr [at] snappr.net More info on their page

Other 2D Encodings