27 lines
766 B
HTML
27 lines
766 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\ro.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>Service Discovery</span>
|
|
</p>
|
|
|
|
<br>
|
|
<h2>Purpose</h2>
|
|
<p>
|
|
This sample illustrates how to use the <b>TRODiscoveryClient</b> and <b>TRODiscoveryServer</b> components.<br>
|
|
</p>
|
|
<p>
|
|
Each instance of the application acts both as a server and as a client. <br />
|
|
For the server, you can modify the list of services supported on the right-hand side,
|
|
while for the client you can enter a service name and get a list of the servers available on your LAN to support it.
|
|
</p>
|
|
|
|
|
|
</body>
|
|
</html> |