Hello,
When i execute UDP example application and select to run as client i have iperf3 run as server on my Windows 8.1 PC, iperf3 does not display anything when CC3200 sends UDP packets.
When i execute TCP example application and select to run as client i have iperf3 run as server etc, and iperf3 displays this: " iperf3: error - unable to receive parameters from client: "
Tera Terminal CC3200 session always says Sent packet_number packets successfully
(note that in iperf-version3 there's no option for u -UDP- iperf3 opens any TCP/UDP port as needed)
When i execute either UDP or TCP examples and select to run as server, i run this command from my windows PC running iperf3 program as client:" iperf3 -c -u CC3200_IP_ADDRESS -i1 " [also i don't understand the -t 100000 argument. This sets the amount of time iperf3 will run. Maybe it was something else in iperf-1. Anyway, tried that too, doesn't work]. What iperf3 displays is this: " iperf3: error - unable to connect to server: Connection refused ". In case i specify a port in iperf3-client like this:"iperf3 -u -c 192.168.1.66 -i1 -V -p5001 -t10000" iperf3 displays:"iperf3: error - unable to connect to server: Operation not permitted". In every scenario CC3200 Tera Term session just hangs saying: "Receiving UDP packets...".
In order to send packets to CC3200 it's ports must be open and listening. Are they? Because from what i see on Wireshark, i send packets to a new port every time. Are they all open and listening? As far as i'm concerned the PORT_NUM parameter in the code only specifies the port of the end point that connects to CC3200, not the ports of CC3200 itself.
Also note that i'm able to ping CC3200 from the terminal.
I've also tried many possible arguments in sl_Socket() command and made some minor other mods in the code, with no success.
I've tried many different combinations of these commands both on my desktop windows 8.1 pc and my ubuntu 15.10 laptop that are on the same network as CC3200 and nothing works. I also disabled firewalls on my windows pc (both software firewall and windows firewall), still the same output. Also on each computer i have Wireshark up and running and when CC3200 runs as client it shows the packets coming to my PC as they should, but when my PC is the client it doesn't display any packets leaving the PC.
I've run many other examples with my CC3200 rev4.1 and they all work fine, no glitches. Now i want to create my own application that uses UDP communication to connect from CC3200 to my PC and transfer data. But before i do that i have to make sure that UDP and TCP examples work and unfortunately they don't. On iperf's website it clarifies that iperf3 is incompatible with iperf, but i don't think this is an issue.
Now i'm at a deadlock and i don't know how to make this work. Can someone please help me, tell me what's going on, how to make this work? What am i missing? I require your knowledge, please. Thanks in advance!
Nick.