Skip to content

goopymoon/RefLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RefLib

PURPOSE:

  • This network library is designed for indie game developer.

OVERVIEW:

  • This library is simple but very close to the skeleton libraries used in the commercial game.
  • NetService manages network connections and one listener or connector.
  • NetService has two groups of threads. One is for network and the other is for the game logic.

USAGE:

  • To communicate you only have to initialize NetService and define a class which inherits NetObj class with overrided OnConnected(), OnDisconnected(), OnRecvPacket() and call Send().
  • IocpClient and IocpServer example shows how to make echo server and client.

LIMITATION:

  • It's not fully tested, since this code is not used under commercial environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published