I want to establish an ad-hoc wifi network to connect more than 2 Raspberry pis and exchange information. I've written a sample unicast (TCP) and multicast (UDP) client~server programs which work perfectly fine when all the devices are connected via router / AP. However, the same multicast program doesn't work in an ad-hoc network. Am I missing something ?
Any help regarding the issue will be appreciated.