Hey Michael, I'm planning to migrate out of UNET, and since I love ngui, Im considering TNET as a first option, but I'm wondering if its suited for this, I'm basically using unet's Low Level Api.
So I dont need lobby management, var syncing, remote spawning or any automagic on client/server communication for this particular project, I just need to make a dedicated lan server listening for connections on a given port on awindows build and many android clients connecting to it, so there will be clients sending commands to server, and server sending commands to clients, that's it.
and for certain messages I need something like unet's qos "ReliableSequenced" channel, where packet order and packet delivery is guaranteed, what sending options does TNET offer?
any info would be appreciated
thanks michael