Skip to content

basuamlk/ServerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerClient

This script creates a server and displays a client and server handshake and how they interact, Sending a greeting message to the server (b'Hello server') and receiving a message back (b'Hello client').

Run the Server:

Prompt:

[*] started listening  192.168.56.1 : 1234
[*] Got a connection from  192.168.56.1 : 57133
[*] Received ' b'Hello server' ' from the client
 Processing data
 Processing done.
[*] Reply sent

Run Client:

Prompt:

Response from server:

>>> b'Hello client'

Press enter key to exit...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages