I have a Matlab/simulink logfile and I want to send the logfile to my android application. I think of building a simulink model to send this info as a UDP packet to a wireless router and then the router can broadcast it to Eclipse or my Tablet or whatever. I should add that the android application needs realtime information (Matlab logfile).
Do you have any suggestions how can I do this ? or is it practically possible to do this cause I'm new in this field and dont have much information.
could I do this in any other way ? like writing a server in matlab to send information to router and a client in eclipse ?
I'm totally confused !