SLikeSoft / SLikeNet

SLikeNetâ„¢ 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.
https://www.slikenet.com/
Other
401 stars 63 forks source link

Mobile support. #49

Closed juliolitwin closed 5 years ago

juliolitwin commented 5 years ago

Yo,

I know RakNet has support for mobile but in ReadMe from SLikeNet there is nothing saying in about mobile (android/ios). Mobile is not more longer supported?

Cheers.

Luke1410 commented 5 years ago

Please refer to chapter 1.3 in the readme: 1.3 Changes between RakNet (4.081/4.082) and SLikeNet [...]

There are also a couple of restrictions SLikeNet has when comparing its feature set with RakNet. [...] c) especially for the first versions we had to prioritize the work and had to postpone work on certain parts but are planning to do so in later versions (marked with "later in the following list) [...] The following list presents the known restrictions: [...]

That said, we are planning to add mobile support at a later point (case: SLNET-187) and have it on the radar.

ArnisLielturks commented 5 years ago

@jclitwin We succesfully implemented it in Urho3D game engine and the samples works as excpected on android and iOS devices if we're talking about client to sever and p2p modes + few plugins. See PR https://github.com/urho3d/Urho3D/pull/2302