Skip to content

roche-k/Chat-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server

forked from yorickdewid/Chat-Server


Add Feature

  • Transplant to BSD kernel.
  • Use a UDP hook to recieve message.

Build

Run BSD make in the repository make

Then start kldload ./udp_hook.ko

Features

  • Accept multiple client (max 100)
  • Name and rename users
  • Send private messages

Chat commands

Command Parameter
\QUIT Leave the chatroom
\PING Test connection, responds with PONG
\NAME [nickname] Change nickname
\PRIVATE [reference] [message] Send private message
\ACTIVE Show active clients
\HELP Show this help

For the SSL version of the chat server check out the Chat Server Secure repository.

About

Simple chatroom in C Using a UDP hook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%