Skip to content

A client of my program that converts roman number to arabic number. For correct functioning you need RomanToArabicServer.

Notifications You must be signed in to change notification settings

janracz/RomanToArabicClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RomanToArabicClient

It's a program that converts roman number to arabic number. It connects with a server made by RomanToArabicServer. It connetcts with it by TCP, sends data and waits for the anwser.

It's an evolution of RomanToArabic.

Table of contents

General info

This project was made for my studies as an exercise for my studies. It's an extend of previous version. You first have to launch a server from my project RomanToArabicServer. When you heve done that run this project. From console you put roman number to convert. All instructions are shown on the console. This program connects with the server, waits for the number from user, send it to server for conversion, wait for anwser and show converted value. All is made by TCP. This project was made to learn basic concept of client-server.

Technologies

  • NetBeans IDE 8.2
  • JDK 8u241

Status

Project is: finished

About

A client of my program that converts roman number to arabic number. For correct functioning you need RomanToArabicServer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages