| | ||||||
| Server | ||||||
| WEB | ||||||
| How to address server and multiple clients communicate using tcpip function? t = tcpip(0.0.0.0,3000,'NetworkRole','server'); fopent(t) --server is open for connection. t = tcpip('localhost',3000,'NetworkRole','client'); fopent(t) --client connects to server from other instance of matlab. But, only one client is able to connect, how can we make multiple instances to connect with server?
| ||||||
| See more results | Edit this alert | ||||||
| You have received this email because you have subscribed to Google Alerts. |
Receive this alert as RSS feed |
| Send Feedback |