Client for testing FreeRTOS+UDP/FreeRTOS+CLI

Hi I’m trying to get FreeRTOS+UDP and FreeRTOS+CLI running on a RX63N. So I wonder can anyone recommend a client for a Windows PC to talk to my device? I allready tried Netcat, but my AV (Symantec) doesn’t like this.

Client for testing FreeRTOS+UDP/FreeRTOS+CLI

Do you have a Windows build of Netcat? If so, where did you get it from? In your antivirus (presumably actually the firewall) does not like Netcat it will probably have similar objects to any tool you use. You can either configure Symantec to permit communication to and/or from Netcat, or alternatively disconnect your computer from the network or LAN (to ensure no unknown network traffic can communicate with your computer) then turn the firewall off and use FreeRTOS+UDP on a point to point connection. Don’t forget to turn your firewall back on again before you reconnect your computer to a network. Our initial testing was done with echo clients to send to the target, and echo servers to receive and send to the client. It has also been tested in the filed in various applications, including of course FreeRTOS+Nabto. Regards.

Client for testing FreeRTOS+UDP/FreeRTOS+CLI

I found Netcat here: http://www.securityfocus.com/tools/139 via a link on the netcat page on wikipedia. And no, it’s not the firewall, it’s the .exe that’s actually considered as a thread by Symantac. But I found a better verion on the author’s site here: http://joncraton.org/blog/46/netcat-for-windows/ This one solves the AV problems. And with this new version it actually works. Not only netcat, but also FreeRTOS+CLI on my device, so this is great :), I’m one step closer to evaluating FreeRTOS+Nabto now. thanks