Skip to content

Terminal based chat made with C. Used to test sockets in C.

Notifications You must be signed in to change notification settings

Thaumatized/C-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

A simple chat program made in C. I made it to test out sockets. Linux only, atleast for now.

to build I use gcc. "gcc server.c -o server; gcc client.c -o client"

client can take command line argument for ipv4 address to connect to. eg. "./client 192.168.1.2"

I expect noneone to ever use this for anything and thusly I have no plans of making this into an actually good chat program or trying to squish bugs.

About

Terminal based chat made with C. Used to test sockets in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages