How can I receive data blocks from a python server?

조회 수: 1 (최근 30일)
UA
UA 2019년 11월 10일
I desgined a "Python server API" that sends data in a for loop. For example there are 5 datablocks, the sending method is
1st Iteration
Datablock1....sent
2nd Iteration
Datablock2....sent
3rd Iteration
Datablock3....sent
4th Iteration
Datablock4....sent
5th Iteration
Datablock5....sent
Now if the client side is designed on pyhthon itself then this is easy and is able to process directly. The sockets behave good. But if the client side is Matlab then I dont receive data in iteration but rather like this:
Datablock1....sentDatablock2....sentDatablock3....sentDatablock4....sentDatablock5....sent
There are no Delimaters in this format. Now I want to process everytime I receive data. How can I do this?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by