Relay


Screen Shot of Application

Relay

This part of the application is accessable after a user
has logged into the application, the server side socket will
always be running however the client side sockes will only
be created and attempt to conenect to the server once the
relay server is running.

Source Code Example

RelayServer

Interesting Features

An interesting feature of the application is that
a user will be able to send a message to other users

Additional

As of today i would say the application is about 80% complete
However my partner an i intend to commit more changes to the repo
in the comming days.
The most interesting thing i have learned since starting the project
is that. In python3 is that all data must be encoded before being send
and decoded upon recv. Also a server will be required to act as a hsot between two users
sending messages to each other. it isnt possible for the users to send
messages directly to each other without a host acting as the middleman