I searching for an open source TCP server that can be configured on the computer to work as server for client applications for Android. As I want to create messaging services between Android devices,
I’ve found Apache Mina open source TCP server, does it work for android OS ?
edit
sorry, for Mina, I don’t mean the server, I mean the general framework. Can I create android java client for android using Apache Mina
As a tcp server I use a simple java application which consists of 1 class. Here it is. Hope this will help you!