Skip to content

baygin/oyamo-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OYAMO Chat Server Implementation

This repository contains a simple chat application implemented using the OYAMO TCP/IP library. The chat server allows multiple clients to connect and exchange messages in real-time.

Prerequisites

  • OYAMO library
  • GCC compiler
  • Make

Installation

  1. Clone the repository:
$ git clone https://github.com/baygin/oyamo-chat-server.git
  1. Navigate to the project directory:
$ cd oyamo-chat-server
  1. Compile the source code:
$ make
  1. Run the chat server:
$ ./bin/oyamo-chat-server

About

OYAMO Chat Server Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published