GroupChat : Ad hoc chat Application
3:45 PM Today I will try to revisit what I tried doing a few months ago. Creating a communication channel between two different mobile devices connected via hotspot/wifi. I am doing this with android studio and Java. I would first bind all the apps to a certain port number. Then I would ping the broadcast IP address to find out which applications are already bound to the above mentioned port. After that, I would try to send a message on the broadcast IP. Let's hope it works..