Skip to content

lmx0125/LCNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A lib can make net connection easier!
(support linux now!)

Build

  1. Clone this project in to your project

    git clone https://github.com/lmx0125/LCNET.git
  2. Include the head file like "net.h"

    #include "net.h"

other modules like p2p needs other head file

#include "p2p/p2p.h"

If you are using visual studio or etc., you may link ws2_32.lib

  1. Build it

use msvc and g++ or etc. to build it
(g++ needs to add all cpp files by your self)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages