Skip to content

This is a minimalistic internet voice live chat software made my implementing sockets in C and various other system API's to transfer voice over the internet.

Notifications You must be signed in to change notification settings

raghavbhatnagar96/Vocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocket

This is a minimalistic internet voice live chat software made by implementing sockets in C and various other system API's to transfer voice over the internet.

Usage:

A. To install dependencies, use command:

$ make dependencies

B. To compile vocket, use:

$ make compile

C. To run server, use:

$ ./server <Port>

D. To run client, use:

$ ./client <Server Address> <Port>

E. To exit client, use:

$ Ctrl + c

F. To exit server, use:

$ Ctrl + c

About

This is a minimalistic internet voice live chat software made my implementing sockets in C and various other system API's to transfer voice over the internet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published