Skip to content

Geronymos/simple-network-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

simple-network-chat

A simple network chat with a self-build protocol

Goal

The goal of this project is a small chat-program, which shall work without a connection to the internet but to a network and that without a main server. The program shall have a Graphical User Interface (GUI) on which you can type in your targets IP/PC-name, your username and of cause a message.

How it should work

For the GUI I want to have a look at Tk (Tkinter).

The communication in the network shall be solved with an own socket-protocol.

To have a server that can handle multiple requests at the same time and to run the server at the same time as the GUI, all the modules should run indepandantly in its own thread thanks to a threading-library.

Concept for this project

About

A simple network chat with a self-build protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published