Device to Device(D2D) IP based Group Communication

3 weeks ago 23
ARTICLE AD BOX

One-to-one (O2O) is very easy in D2D using the WebRTC technology, which provide the connection End-to-End with the need of server. But when it comes to the group then there must be either a server present or in 'N' person of group, there will be 'N-1' outgoing streams which will consume the battery of device as well as bandwidth.

Considering it that network in local i.e. all users are in the same subnet, we can send the packets over broadcast address 255.255.255.255 but its not good practice and everyone receives the packet and proper cryptography is not used any rogue device/element is easily able to receive the packets.

I am using MANET (Mesh Network). What are the possible ways to achieve these using Android device?

Read Entire Article