Skip to content

mehdiSuperDev/QRCode-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRCode

QRCode is an educational project meant for inspection and analysis of the QRCode generation standard. It features complete implementation of generation of QRCode, with the exception of masking evaluation, step by step debugging, data inspection and configurable parameters. The application does not need any additional libraries and is built with modular approach with clearly divided steps. The algorithm works in real time for small QRCodes, but needs up to few seconds to generate bigger QRCodes (version 10 and up). It supports alphanumeric mode and manual selection of the masking function (the ISO mask calculation is not included).

Details

Platform: Windows XP/Vista/7 with .NET Framework 4.0 (required)

Technologies: .NET Framework, C#, Windows Forms

Screenshots

Main Interface

QRCode

Advanced Settings

QRCode

Debug Information

QRCode

License

QRCode is available under the GPL license. See LICENSE file for more information.

About

An educational project meant for inspection and analysis of the QRCode generation standard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%