Registry / networking / slikenet

slikenet

JSON →
library2021-06-07vcpkgunverified

SLikeNetT is an Open Source/Free Software cross-platform network engine written in C++ and specifially designed for games (and applications which have comparable requirements on a network engine like games) building upon the discontinued RakNet network engine which had more than 13 years of active development.

vcpkg install slikenet
INSTALL
IMPORT
SIG · SLIKENET
S
slikenet
networkingcppv2021-06-07
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

slikenet/MessageIdentifiers.h
#include <slikenet/MessageIdentifiers.h>

Initializes a RakNet peer with 8 connections.

#include "slikenet/MessageIdentifiers.h" #include "slikenet/RakPeerInterface.h" int main() { auto peer = SLNet::RakPeerInterface::GetInstance(); peer->Startup(8, &SLNet::SocketDescriptor(), 1); peer->SetMaximumIncomingConnections(8); return 0; }
Debug
Known issues
gotchaSLikeNet requires linking against the static library; header-only usage is not supported.
fix
Ensure target_link_libraries includes SLikeNet::SLikeNet.
affects: *
Upgrade
Version history
2021-06-07latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

slikenet — pip install slikenet · libregistry