Page 1 of 1
Zeroconf
Posted: Fri Jan 26, 2018 2:54 pm
by egorcod
Hello. I'm trying to create local multiplayer game. Is there some library for working with zeroconf or another thing?
Re: Zeroconf
Posted: Sun Jan 28, 2018 12:47 pm
by zorg
You can use
socket, or
lua-enet to handle networking; those work locally as well. No need to dwelve deep into low-level stuff. There might also be some wrapper libs on the forums that use one of those two internally.