Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 874 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 874 Bytes

swift-raknet

Simple RakNet server built with usage of SwiftNIO.

Usage

Add to Package.swift:

.package(url: "https://github.com/Extollite/swift-raknet", from: ...)

Example listener swift-raknet/Sources/Test/main.swift

Todo

  • Server-Client handshake
  • Packets reassembly
  • Working ipv6
  • Use fast data structure instead of swift standard library
  • Stability tweaks
  • Reliability tweaks
  • Better documentation

Thanks

Huge thanks to creators of listed below repository creators for valuable source of knowledge.