Skip to content

RanaShankani/SCTP-Chat-Server-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCTP Chat Server-Client

This is a simple server-client chat application using SCTP (Stream Control Transmission Protocol) in Python. It allows two users to communicate with each other through a terminal-based chat interface.

Instructions:

Follow these steps to use the script:

1. Prerequisites:

  • Ensure that you have Python installed on your machine.

  • On Debian-based systems, you need a SCTP-aware kernel (most are) and install the following packages:

    apt-get install libsctp-dev libsctp1 lksctp-tools

2. Clone the repository:

  • Clone this repository to your local machine using the command:

    git clone https://github.com/RanaShankani/SCTP-Chat-Server-Client.git ↗

3. Navigate to the repository:

  • Open a terminal and navigate to the project directory.

  • Start the Server: python Server.py

  • Open another terminal and navigate to the project directory.

  • Start the client: python Client.py

4. Run the script:

*The server and client will establish a connection, and you can start chatting between the client and server by entering messages in terminals.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages