Skip to content

A core library for RCON communications that encapsulates send and receive as classes. Using socket to achieve basic communication

Notifications You must be signed in to change notification settings

588q9/rcon-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

这是一个rcon通讯协议的实现 其中有block和async(多路复用实现)版本,前者用于单个客户端,后者可用在web服务器上给多个客户端提供服务(使用时推荐利用websocket来传输数据) 在reactorReceive与testReceive中有更好的使用样例

About

A core library for RCON communications that encapsulates send and receive as classes. Using socket to achieve basic communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages