Hi guys! It is now possible to use (most) of the ENet library from Tier 1:
https://github.com/gosukiwi/enet-agk
You use it as any other plugin, just copy the DLLs and the
Commands.txt file to your plugins, as explained in the README.
ENet is a professional, lightweight networking library designed for games, and the API is really simple and game-friendly. It uses UDP and provides optional reliability.
You basically poll it on each frame and then do whatever you want with the packets.
You can find a demo game here:
https://github.com/gosukiwi/Enet-AGK-Demo