Skip to content

Linux Server and Client code for a server that Decodes QR Codes sent by concurrent clients. It returns the decoded URL

Notifications You must be signed in to change notification settings

Mark-Renzi/QRServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRServer

Linux-based Server and Client code for a server that Decodes QR Codes sent by concurrent clients. It returns the decoded URL

Supports networking security features:

  • Rate limiting
  • Max concurrency
  • Inactivity timeout

Compile both files with "make all".

Run the server with "./QRServer" and the client afterwards with "./connect".

QRServer supports options: PORT 2000-3000 RATE [number requests] [number seconds] MAX_USERS [number of users] TIME_OUT [number of seconds]

connect supports option: PORT 2000-3000

About

Linux Server and Client code for a server that Decodes QR Codes sent by concurrent clients. It returns the decoded URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published