Simple RakNet server built with usage of SwiftNIO.
Add to Package.swift:
.package(url: "https://github.com/Extollite/swift-raknet", from: ...)
Example listener swift-raknet/Sources/Test/main.swift
- Server-Client handshake
- Packets reassembly
- Working ipv6
- Use fast data structure instead of swift standard library
- Stability tweaks
- Reliability tweaks
- Better documentation
Huge thanks to creators of listed below repository creators for valuable source of knowledge.