Skip to content

Implementation of TCP client Server ChatBox using C language

Notifications You must be signed in to change notification settings

SatyamRaj1/ChatBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBox

  • Socket Programming
  • TCP Client Server
  • C Language
  • Contains
    • standard Chatbox
      • send and recieve messages
    • query based calculator
      • send calculation queries to server
    • File Transfer Client Server
      • send and recieve files from client to server
  • to run server use filename port_number where port number should be greater that 1024
  • to run client use filename host_ipaddress port_number if want to text to same machine using two different window use loopback ip address 127.0.0.1

Packages

No packages published

Languages