how to use websocket to send binary data?
3 次查看(过去 30 天)
显示 更早的评论
i have an front end project and the back end needs to transmit binary data to it by websocket. is there any chance to transmit binary data by matlab?
thanks a lot
0 个评论
采纳的回答
Prathyusha Appalla
2023-3-15
Hi,
I understand that you want to transmit binary data from back-end to front-end by websocket and you are looking to implement it using MATLAB.
Using MatlabWebSocket this may be achieved. It is a simple library built on Java-Websocket. You can find more information and a code example in the following link. Using this you can make connection and send/receive data over websocket.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!