Code Monkey home page Code Monkey logo

ctalk's Introduction

CTalk

A simple peer-to-peer chat application using TCP in C

Index

  1. Requisites
  2. Installation
  3. Usage
  4. Technology Used
  5. Testing

Requisites

  • Linux (Tested on Ubuntu-14.04)
  • Working gcc
    • To check gcc is working
      1. Open a terminal window.
      2. Run "gcc".
      3. If it identifies the command, everything is perfect.

Installation

  1. Download the files of this repository
  2. Compile Instructions
    1. gcc server.c -o server -lpthread
    2. gcc client.c -o client -lpthread

Usage

  1. Run one instance of server (./server)
  2. Run multiple instances of client (./client)
  3. wait for connection in one client
  4. conenct to the above client from other client
  5. Start chatting, send end to end the chat

Technology Used

  • C language

Testing

The program has been tested on Ubuntu14.04, 64-bit

For Hugs and Bugs drop a mail at [email protected]

ctalk's People

Contributors

asimkprasad avatar pakhandi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.