Skip to content

scyth3-c/magical-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magical Sockets

controla y usa los sockets con facilidad, captura o lanza peticiones a direcciones IP o en localhost! transmite informacion con facilidad por la red


control and use sockets with ease, capture or launch requests to IP addresses or localhost! transmit information with ease over the network

example


How to

compile

   ├── Makefile
    └── src
       ├── client.cpp
       └── server.cpp



      
      make file=server route=folder_server
      
      or
      
      make file=client route=folder_client
      

use

    result


   ── folder_server
   ├── app
   └── objects
       ├── mgsockets.d
       ├── mgsockets.o
       ├── server.d
       └── server.o
     
     
     
     
   ── folder_client
   ├── app
   └── objects
       ├── client.d
       ├── client.o
       ├── mgsockets.d
       └── mgsockets.o
       
       
       
      
      RUN
      
      ./server/app
      ./client/apo
       
    
    
    
       

About

small high level TCP/IP sockets for linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published