(E-Mail Removed) wrote:
> Hi
>
> I have a project to connect several control boxes with a TCP based
> network. The TCP/IP stacks is available.
>
> I would like to know if there are some design patterns in "C", which
> deal with the identification of other clients in a TCP Network( such as
> broadcasting every several secondes), establishment of link and flow
> control/Error control ( on application layer, not on TCP layer)
SNMP is the most common protocol used to manage networks but it is not
trivial to use. Is that perhaps what you need?
Robert
>
> Thanks in advance
>
> Steven
>