Skip to content

A simplified version of IRC (Internet Relay Chat) using python 2.7

License

Notifications You must be signed in to change notification settings

MSalah73/Internet-Relay-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Internet-Relay-Chat

This is my attempt to create a simple version of IRC. The IRC is implmeneted on top of TCP/IP protocal via the socket library.

By Mohammed (Zack) Salah

Technologies

  • Language: *Python2.7
  • API/libraries: TCP Socket, select, re, signal, sys, time, collection

Installation

  • Download Python 2.7
  • Run command "python server.py" - the server will give the hostname and the port.
  • Run command "python client.py Username Hostname(or ip address) Port Realname"
  • To see a list of commands type /help

License

Copyright (c) 2018 Mohammed (Zack) Salah

About

A simplified version of IRC (Internet Relay Chat) using python 2.7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages