[ENet-discuss] Can i use other UDP server farmework like boost::asio or libuv and enet as client ?

Meir Yanovich meiry242 at gmail.com
Wed Aug 17 01:51:10 PDT 2016


Thanks , this is what i thought to my self ..
My main worry  is can it be used as event based server ( a sync one thread
server like libuv or libevent ).
i can't find any examples on the net .
basically i want it to serve mobile device connections .
what is the limits of this server ?


On Wed, Aug 17, 2016 at 11:28 AM, Ruud van Gaal <ruud at racer.nl> wrote:

> ENet uses a complicated protocol to do its communication, so to create a
> server in another framework would effectively mean reverse engineering ENet
> and typing your own code. It's not like its built on an existing standard
> protocol.
> So my guess would be to just use ENet where you want to use ENet. ;-)
>
> Ruud
>
> On Wed, Aug 17, 2016 at 9:32 AM, Meir Yanovich <meiry242 at gmail.com> wrote:
>
>> Hello all
>> As i understand from the documents it is best to use enet as the server
>> as it know how to
>> Handle the peers and the UDP ordring and such ...
>> my question is can i implement the server in other c/c++ framework ?
>> is it recommended ? is it easily possible?
>> or the ENet server is strong enough to act as MMO server ?
>> Thanks !
>>
>> _______________________________________________
>> ENet-discuss mailing list
>> ENet-discuss at cubik.org
>> http://lists.cubik.org/mailman/listinfo/enet-discuss
>>
>>
>
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cubik.org/pipermail/enet-discuss/attachments/20160817/22c4c5f6/attachment.html>


More information about the ENet-discuss mailing list