Skip to content

exostasis/Exostasis.QR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exostasis.QR

Description

Exostasis.QR is a C# QR Code generator for standard QR codes.

License

Exostasis.QR is distributed using the GNU GPL license view full license

##NuGet Installation Instructions The name of the NuGet package is Exostasis.QR. You can install via: searching through NuGet Package Manager, command line through package manager console, or through the nuget cli using the package that exists in this repo under the nuget folder

##Features

  1. QR code versions 1 - 40 in the following modes:
  2. Numeric Mode (Regex: ^[0-9]+$)
  3. Alphanumeric Mode (Regex: ^[0-9a-z$%*+-./: ]+$)
  4. Byte Mode (ISO-8859-1)
  5. Dynamic mode detection

##Future Improvements

  1. Full Asynchronous Implementation
  2. Potentially Kanji support by request
  3. Addition of Test Project to verify changes do not break the code

Credits

Thonky QR Code

About

C# Implementation of QR Code Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages