Skip to content

TheLayman/pos-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POS-Prototype

Group 10, CS349-2017.

GitHub

As the name suggests, this is a prototype of a basic POS terminal aka Point of Sale terminal.

  • Compile server.c
    gcc -o server -lm server.c
  • Compile client.c
    gcc -o client client.c
  • Arguments for server executable <port_no>
    ./server 9999
  • Arguments for client executable <server_ipv4_address> <port_no>
    ./client 127.0.0.1 9999
  • Follow the Instruction in the stdout of Client Program to transact. :)

Tips to Hack:

  • "database.txt" contains the products and their respective prices.
  • Follow the Comments and contact us for any doubts or bugs.

Contributors

  • Pavan Karthik Boddeda
  • Sujay Lakkimsetti
  • George Veneel Dogga

With Love,

TheLaymen

Contact US

Email: Pavan or George

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages