Skip to content

ege0zcan/JavaSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaSocket

Socket programming with a Java Client and a Python Server. Assignment for Computer Networks course. The server code was not written by me.

Process

  • The client connects to the given server at given port
  • Client authenticates itself
  • Client asks for images
  • Client retrieves images
  • The program terminates

How to run

First start the server from the console:python3 Server.py <ip> <port>

Then run the client code: java ImageLabeler.java <ip> <port>

Example: python3 Server.py 127.0.0.1 60000 and java ImageLabeler.java 127.0.0.1 60000

About

Java Socket program that uses TCP connections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published