i want to develop an android application that allows people on the same wifi network to text and call each other. i looked around and found a few theories which suggested setting up a server client network.i want the devices on the network to scan other devices with the application installed and initiate a chat. i have been using desktop version of such applications which includes outlook messenger, LAN Messenger and a few other and want to apply the same logic to mobile devices. i have basic knowledge of java to a point where i had to develop a Point Of Sale Application for a store. I need some pointers, a starting point on how this can be achieved and what protocols i have to research to do so.

有帮助吗?

解决方案

Have you tried Peer-to-Peer framework ? ..

I am developing a similar app right now, however I am not sure about voice call (although, android support SIP) but I am heading toward messaging ..

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top