Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 472 Bytes

File metadata and controls

28 lines (15 loc) · 472 Bytes

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