I am using tcp_socket and udp_socket examples on CC3200. launchpad I use default code and disabled USER_INPUT_ENABLE. I use a Linux computer as a client and it has no problem to send an udp/tcp packet to another Linux device ( I use the example codes on http://www.linuxhowtos.org/C_C++/socket.htm)
I have problem on server functionality of CC3200 (both UDP and TCP) which doesn't work reliably. Client almost can never access to the server (CC3200). When I monitor the packets on wireshark, CC3200 doesn't reply the ARP broadcasts. PCs can't ping it neither. I have two networks at work place, one network assigns a private IP addresses, the other one assigns public IP addr. The server functionality never works with the public IP addr, and it rarely works (after replying the ARP request) with the private IP address network.
I tested the same software at my home that assigns private IP addr in a very small network and I didn't have experience any problem. I think it is not example code related problem, but might be firmware related issue (I use the latest release). Has anyone experienced that CC3200 problem on replying ARP requests? Or do you have any suggestion what I can do about it? Or why wouldn't it reply the requests ?
