Skip to content

TCP GUI client written in Java, server back-end written in Python.

Notifications You must be signed in to change notification settings

geoff-pitman/TCP-socket-GUI-client-in-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

TCP-Socket-GUI-Client-in-Java

TCP GUI client front end written in Java, server back-end written in Python.

The purpose of this application is to demonstrate tcp/ip socket operations by transferring (ascii) files from the server's working directory, into the client's download directory. Tested only in Windows, but should run on anything that Python 2.7 and Java jre8 can be installed on.

Assuming the aforementioned is installed... #TO RUN...

  1. double click 'server.py' file to execute (on nix: 'bash$: python server.py')
  2. compile and execute java application (main is in Client.java)

#Server hardcoded address = "127.0.0.1" #Server hardcoded port = 55536

About

TCP GUI client written in Java, server back-end written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published