Skip to content

Lunch-Munchers/socketier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Clone the repo:

git clone https://Lunch-Munchers/socketier

Compile:

cd ~/socketier/src
gcc socketier -o socketier

Usage

Creating servers to receive information on the fly:

./socketier 2 8888 127.0.0.1 # <type> <port> <ip>

Sending information on the fly:

./socketier 1 8888 127.0.0.1 # <type> <port> <ip>

Disclaimer

This program was intended as a learning project for me, any suggestions/bugs should be reported to _seasponge on discord please!!!