Skip to content

리눅스의 socket을 이용해 채팅을 할 수 있는 프로그램입니다

Notifications You must be signed in to change notification settings

SoinDosa/Linux_Socket_Chatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Linux_Socket_Chatting

POSIX socket을 이용해 채팅을 할 수 있는 프로그램입니다

How to use

server

$./server [port] 해당 포트번호로 서버를 개방합니다

client

$./client [server-ip] [server-port] [nickname] 고유의 닉네임으로 서버에 연결합니다

스크린샷

server1 client1 client2

About

리눅스의 socket을 이용해 채팅을 할 수 있는 프로그램입니다

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages