Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
/ SylphTransport Public archive

Simple, message based, MMO Scale UDP networking in C++. And without wind magic.

License

Notifications You must be signed in to change notification settings

Chaika9/SylphTransport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KapMirror Release License: MIT

Image

~~ Like UDP, the wind carries information, but sometimes it gets lost.

Simple, message based, allocation free MMO Scale UDP networking in C++. And without wind magic.
Designed for an Epitech project (UDP required)

Sylph was designed with the KISS Principle in mind.
Sylph is fast and extremely reliable, designed for MMO scale Networking.
Sylph uses framing, so anything sent will be received the same way.
Sylph is raw C++ and can be used in KapEngine too.
Thanks to the based version Github

What makes Sylph special?

  • Uses no threads to work.
  • Simple: Sylph wraps all the insanity behind Connect/Send/Disconnect/Tick.

Credits

vis2k & Paul - for Telepathy and kcp2k

About

Simple, message based, MMO Scale UDP networking in C++. And without wind magic.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages