Hi,
I'm trying to stream in both direction a video between a Linux PC and a TDMSEVM6678L.
I'm having trouble using MCSDK (v. 2_01_02_06) client example on my TMS320C6678.
When I run winapps send program, the connection hangs after a random number of packets (generally between 2 and 5, logs hereunder).
When I run winapps receive program, the connection is reliable but slow (around 24 Mbps, logs hereunder).
Would you have another TCP example with full speed reliable connection that I could build on?
Thanks,
BR,
Julien Heulot
--------------------------------------
Winapps send program
mpelcat@pc-eii37:/opt/ti/ndk_2_21_01_38/packages/ti/ndk/winapps$ ./send 192.168.2.100 100
^C
mpelcat@pc-eii37:/opt/ti/ndk_2_21_01_38/packages/ti/ndk/winapps$ ./send 192.168.2.100 1
1 Sending 8192 bytes...passed
2 Sending 8192 bytes...passed
3 Sending 8192 bytes...passed
4 Sending 8192 bytes...passed
5 Sending 8192 bytes...passed
^C
mpelcat@pc-eii37:/opt/ti/ndk_2_21_01_38/packages/ti/ndk/winapps$ ./send 192.168.2.100 1
1 Sending 8192 bytes...passed
2 Sending 8192 bytes...passed
3 Sending 8192 bytes...passed
4 Sending 8192 bytes...passed
^C
mpelcat@pc-eii37:/opt/ti/ndk_2_21_01_38/packages/ti/ndk/winapps$ ./send 192.168.2.100 1
1 Sending 8192 bytes...passed
2 Sending 8192 bytes...passed
^C
--------------------------------------
Winapps receive program
mpelcat@pc-eii37:/opt/ti/ndk_2_21_01_38/packages/ti/ndk/winapps$ ./recv 192.168.2.100 10
10 Requesting 46720 bytes ... receive... passed
20 Requesting 46720 bytes ... receive... passed
30 Requesting 46720 bytes ... receive... passed
40 Requesting 46720 bytes ... receive... passed
50 Requesting 46720 bytes ... receive... passed
60 Requesting 46720 bytes ... receive... passed
70 Requesting 46720 bytes ... receive... passed
80 Requesting 46720 bytes ... receive... passed
90 Requesting 46720 bytes ... receive... passed - 4204800 bytes/s
(...)
^C