Get Matlab / simulink UDP modules in other software

Can we send Matlab / Simulink UDP blocks to other software like eclipse? can eclipse read / use this to create android apps? How should I do it?

when sending data via a UDP block sending an xPC address that it packed in binary, I think how can we pack this in eclipse?

+3
source share
1 answer

I just built a simulink model and used udp send blocks to send data. then in eclipse I wrote the client side to get data from the server and convert it from binary to ascii

+1
source

All Articles