How can I send data from one computer to multiple computers and receive data back from each one using UDP?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I read that UDP is good for real-time communications and broadcasting.
I am trying to implement a communication between several computers with matlab but I am sort of confused. As an example, I have to send the vector [a1 a2] to three computers andI each one performs a calculation. Computer A does a1+a2, computer B does a1*a2 and computer C does min(a1 a2) and send the results to the host. Finally, the Host receives the data from the three computers and performs a calculation: For example max(a1+a2,a1*a2,min(a1,a2))
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Target Computer Setup en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!