Clone the repo:
git clone https://Lunch-Munchers/socketier
Compile:
cd ~/socketier/src
gcc socketier -o socketier
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>
This program was intended as a learning project for me, any suggestions/bugs should be reported to _seasponge on discord please!!!