Hopefully this isn't off topic. My scenario is as follows:
a computer connected via a serial connection to a cc430.
The cc430 is connected to a network of other cc430 nodes (all running IP stacks) over RF.
What I'm trying to acomplish in the first place is that when I "ping" (regular icmp) from the computer
this is sent over the serial connection to the cc430 connected to it which then forwards the messages over RF
to all the other nodes of which the proper one replies to the ping after which the message is retuned in the
opposite direction.
My question is how to get the "ping" message transmitted over the serial connection without establishing a "dedicated"
connection to one host as this is meant to the whole network? Using a ethernet connection is not an option in this case.
Thank you
Best regards
Richard Salin