EmbeddedRelated.com
Forums

UDP client/server for PC

Started by jjp_thomas March 15, 2006
I am developing an application for the RC3200 board that will use the
UDP over the ethernet.  I plan on using the UDP to send commands to
the RC3200 board from a PC with it's controller software to be written
by another firm. The Rabbit code development seems pretty
straightforward.  I am looking for a simple UDP client/server program
to run on the PC to allow me to test my Rabbit software.  Does anyone
know of such a program.  I have Googled and found nothing but examples
of source code.  Interestingly, I have found several TFTP servers to
run on a PC to allow me to test my TFTP functionality.
	
try

http://www.packetfactory.net/projects/nemesis/
	jjp_thomas wrote:
> I am developing an application for the RC3200
board that will use the
> UDP over the ethernet.  I plan on using the UDP to send commands to
> the RC3200 board from a PC with it's controller software to be written
> by another firm. The Rabbit code development seems pretty
> straightforward.  I am looking for a simple UDP client/server program
> to run on the PC to allow me to test my Rabbit software.  Does anyone
> know of such a program.  I have Googled and found nothing but examples
> of source code.  Interestingly, I have found several TFTP servers to
> run on a PC to allow me to test my TFTP functionality.
>
>
>
>
>
>
>  
> Yahoo! Groups Links
>
>
>
>  
>
>   

You may wish to try: BlueBit's Port Tool.

http://www.netchico.com/support/free/porttool.html

It features UDP and TCP client/server communication.

--- In rabbit-semi@rabb..., "jjp_thomas" <jthomas@...> wrote:
>
> I am developing an application for the RC3200 board that will use the
> UDP over the ethernet.  I plan on using the UDP to send commands to
> the RC3200 board from a PC with it's controller software to be 
written
> by another firm. The Rabbit code development seems
pretty
> straightforward.  I am looking for a simple UDP client/server program
> to run on the PC to allow me to test my Rabbit software.  Does anyone
> know of such a program.  I have Googled and found nothing but 
examples
> of source code.  Interestingly, I have found
several TFTP servers to
> run on a PC to allow me to test my TFTP functionality.
>
	
 
realterm is a useful tool for tcp ip developments  www.realterm.sourceforge.net
 
http://www.bluebitter.de/english.htm
 
BluesPortTool.exe
Windows9x/ME/NT/200x/XP v5.0.3 Build #450

This is a simple universal TCP/UDP Client/Server, but it has nearly the same GUI as Blue's Port Scanner. You be able to create a multi-client server on any port. Well, it is the logical addition for the scanner.


 

From: r...@yahoogroups.com [mailto:r...@yahoogroups.com] On Behalf Of jjp_thomas
Sent: Wednesday, March 15, 2006 23:05
To: r...@yahoogroups.com
Subject: [rabbit-semi] UDP client/server for PC

I am developing an application for the RC3200 board that will use the
UDP over the ethernet.  I plan on using the UDP to send commands to
the RC3200 board from a PC with it's controller software to be written
by another firm. The Rabbit code development seems pretty
straightforward.  I am looking for a simple UDP client/server program
to run on the PC to allow me to test my Rabbit software.  Does anyone
know of such a program.  I have Googled and found nothing but examples
of source code.  Interestingly, I have found several TFTP servers to
run on a PC to allow me to test my TFTP functionality.