필터 지우기
필터 지우기

how to use websocket to send binary data?

조회 수: 15 (최근 30일)
rumin diao
rumin diao 2023년 2월 22일
댓글: rumin diao 2023년 3월 16일
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

채택된 답변

Prathyusha Appalla
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 CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by