No description
- C 91%
- Makefile 5.5%
- Shell 3.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| src | ||
| .gitignore | ||
| makefile | ||
| PKGBUILD | ||
| README.md | ||
CVoiceSocket
C voice socket to work on the same LAN
Installation
Arch Linux (PKGBUILD)
- Download the PKGBUILD
makepkg -si
One liner :
curl -o PKGBUILD https://git.greensky.tf/Greensky/c-voicesocket/raw/branch/main/PKGBUILD && makepkg -siCc
After the process, you will have the cvoice-socket executable, it is the client, and cvoice-scksrv, it is the server
Other distributions
You need to install it from source. Follow these steps in the terminal :
- Install
git,gccandmake( for instance :apt install git gcc make) git clone https://git.greensky.tf/Greensky/c-voicesocket && cd c-voicesocketmake cleanclientwill compile the client (the program used to connect to the remote server)make cleanserverwill compile the server
It outputs at bin/main.uwu. Move it anywhere you like, preferably somewhere in the $PATH, for instance :
mv bin/main.uwu ~/bin/cvoicesocket
Then, see usage
Documentation
For the PKGBUILD, it builds and create the man page : run man cvoice-socket
For the other methods, you can get it by running : cp docs/cvoice-socket /usr/share/man/man1/cvoice-socket.1
Usage
Once you have the executable, see cvoice-socket --help for help.
You need a server, so on a computer compile the server