Skip to content

A bi-directional TCP network channel written in C++ using WinAPI/WinSock

Notifications You must be signed in to change notification settings

fakelag/Full-Duplex-TCP-IP-Channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Duplex TCP/IP Network Channel

A two directional TCP network channel written in C++ using WinAPI/WinSock.

Languages

  • C++

Dependencies

  • none

Setup

  • Clone or download the repository
  • Compile NetChannel lib
  • Compile IRC examples

Features

Feature
Asynchronous socket processing between client & server
Configurable message handler implementation with bitbuffers
Automatic packet deserialization and defragmentation
Server controlled tickrate
Single thread per channel
Easily expandable protocol

Images

Client

ircclient

Server

ircserver

About

A bi-directional TCP network channel written in C++ using WinAPI/WinSock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages