Skip to content

Python socket network program. Chat between clients through the intermediary server.

Notifications You must be signed in to change notification settings

piradiusquared/Python_NetworkChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCord - Chat between clients

  • Text app through Python socket programming

Currently under development

Version Pre-v0.02

Initialise basic server and client python files Re-wrote code to have basic modularity for easier maintenance
Serverside:

  • Accept user input for port.
  • Error checking when attempting to setup network related functions.
  • Range checking of port to prevent errors.

Clientside:

  • Allow user to specify port to connect.
  • Pseudo "cat" functionality. Client sends a message, server sends back what is received.
  • Note: Client/Server only allow for private IPs. Public hosts will be implemented with port forwarding or use public IP servers in the future

About

Python socket network program. Chat between clients through the intermediary server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages