Based on RakNet and SLikeNet
MafiaNet is a fork of SLikeNet, which itself was a continuation of RakNet, a network engine with over 13 years of active development. RakNet, originally developed by Jenkins Software LLC, was acquired by Oculus VR in 2014 and open-sourced. When development stagnated, SLikeSoft created SLikeNet to continue RakNet's legacy, implementing various bug fixes, security improvements, and modernizing the codebase to support newer compilers and language features.
Now, as SLikeNet itself is no longer maintained, MafiaNet continues this legacy by providing an actively maintained, modern networking solution for games and similar applications. MafiaNet maintains the core functionality while modernizing the codebase further, implementing new features, and ensuring compatibility with current development standards and security practices.
The engine supports Windows, Linux, and Mac as primary platforms, with limited support for iOS, Android, and Windows Phone. It is designed specifically for games and applications with similar networking requirements, providing a robust foundation for multiplayer game development.
- Removed old-fashioned files
- Removed legacy and unmaintained nor used integrations
- Improved documentation and code samples
- Improved CMake support
- Updated dependencies
- Added unit tests
- Added github action pipelines
- Added proper github releases
- Reliable UDP messaging system
- Automatic packet ordering and splitting
- IPv4 and IPv6 support
- Secure connections with SSL/TLS encryption
- Binary packet message system
- Connection management and statistics
- Peer-to-peer networking capabilities
- Host migration system
- NAT traversal (including NAT punchthrough)
- Cross-platform VOIP integration
- Room and lobby system
- Remote procedure calls (RPC)
- Object replication system
- Team management system
- Built-in packet logger
- Network simulator for testing
- Comprehensive stats tracking
- Bandwidth limiter
- Message filtering system
- Ready-state manager
- File transfer capabilities
- DirectoryDeltaTransfer for efficient patching
- Cloud computing interfaces
- Email sender
- Database integration (SQLite, MySQL, PostgreSQL)
- String compression
- Plugin architecture
- Autopatcher system
- LAN server discovery
- Console server management
- Two-way authentication
- Router interface
- UPnP support