- Forum posts: 2
Apr 9, 2016, 5:15:34 PM via Website
Apr 9, 2016 5:15:34 PM via Website
Hello, I am working on an app which sends data both over Mobile Data and Wifi at the same time. Is it possible to do such a thing? If possible how to send selective data over different interfaces? i.e.,
If I have a data of K units I would like divide the data and send K_1 to K_n through Mobile data and K_n+1 to K_k Over wi-fi. Can you guide me on how to do this.