Skip to content

This is a set of functions that i've been implementing to manage socket creation and management more easily.

Notifications You must be signed in to change notification settings

k1nd0ne/NetTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

NetTool

This is a set of functions that i've been implementing for socket creation and socket management.

Usage

When you want to create a server or a client in C usgin sockets, you can include this file and code faster. This include a set of colored message functions.

Here is an example of usage :

#include"NetTool/NetTool.c"

int main(void){

int socketDescriptor = CreateSocket(1);
.
.
. 
BindSocket(dS,"2222");
promptM("Binding done !");
}

Man page

A man page is currently in work in progress.

About

This is a set of functions that i've been implementing to manage socket creation and management more easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages