You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/application/native/guides/connectivity/nsd.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Network Service Discovery
2
2
3
-
> [!NOTE]
4
-
> Since Tizen 10.0, all SSDP related APIs are deprecated and will be removed after two releases without any alternatives.
5
3
6
4
You can use 2 different protocols to perform network service discoveries to announce local services and search for remote services on a network, DNS-SD (DNS Service Discovery) and SSDP (Simple Service Discovery Protocol).
7
5
@@ -287,7 +285,7 @@ Another way to search for services is by first finding the service name and then
287
285
288
286
1. To start searching, use the `dnssd_browse_service()` function.
289
287
The DNS-SD browser handle is stored in a `dnssd_browser_h` variable. For more information on the service types, see [http://www.dns-sd.org/ServiceTypes.html](http://www.dns-sd.org/ServiceTypes.html){:target="_blank"}:
290
-
288
+
291
289
```
292
290
dnssd_browser_h browser_handle;
293
291
char *service_type = "_ftp._tcp";
@@ -297,10 +295,10 @@ Another way to search for services is by first finding the service name and then
0 commit comments