Skip to content

A java calculator using TCP transmission protocol to relay integer calculations using multiple library implementations.

Notifications You must be signed in to change notification settings

forestmvey/Java-Buffered-Input-Stream-TCP-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Buffered-Input-Stream-TCP-Calculator

A java calculator using TCP transmission protocol to relay integer calculations using multiple library implementations.

Version A single BufferedOutputStream and a single BufferedInputStream to send and receive all data.

Version B uses a PrintWriter and a BufferedReader to send and receive text, a BufferedOutputStream and a BufferedInputStream to send and receive the request data byte array, and a DataOutputStream and a DataInputStream to send and receive the final result.

command line args arg 1 - ip address arg 2 - port arg 3 - Operator arg 4 >= Operands

About

A java calculator using TCP transmission protocol to relay integer calculations using multiple library implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages