Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages