Skip to content

baraaorabi/CS421_PA1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS421_PA1

Client-server VendingMachine simulator

This is a solution for Bilkent CS 421 Programming Assignement #1 of 2016 Spring Semester. The assignment specifications are in the accompanied PDF file. To run the program, first compile using terminal:

$javac VendingMachine.java

Then run a server:

$java Vending

Then run a client on a seperate terminal screen:

$java Vending [IP address of the server. localhost if both client and server are on the same machine] [the same server port number from previous step]

Enjoy!

About

Client-server VendingMachine simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages