Advertisement
Guest User

EZcheats

a guest
Dec 12th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. The following provides an overview of the data provided in a SSDP
  2. system.
  3.  
  4. Services are identified by a unique pairing of a service type URI
  5. and a Unique Service Name (USN) URI.
  6.  
  7. Service types identify a type of service, such as a refrigerator,
  8. clock/radio, what have you. The exact meaning of a service type is
  9. outside the scope of this specification. For the purposes of this
  10. specification, a service type is an opaque identifier that
  11. identifies a particular type of service.
  12.  
  13. A USN is a URI that uniquely identifies a particular instance of a
  14. service. USNs are used to differentiate between two services with
  15. the same service type.
  16.  
  17. In addition to providing both a service type and a USN, discovery
  18. results and presence announcements also provide expiration and
  19. location information.
  20.  
  21. Location information identifies how one should contact a particular
  22. service. One or more location URIs may be included in a discovery
  23. response or a presence announcement.
  24.  
  25. Expiration information identifies how long a SSDP client should keep
  26. information about the service in its cache. Once the entry has
  27. expired it is to be removed from the SSDP client's cache.
  28.  
  29. Thus a SSDP client service cache might look like:
  30.  
  31. USN URI | Service Type URI | Expiration | Location
  32. -----------------|------------------|------------|------------------
  33. upnp:uuid:k91... | upnp:clockradio | 3 days | http://foo.com/cr
  34. -----------------|------------------|------------|------------------
  35. uuid:x7z... | ms:wince | 1 week | http://msce/win
  36. -----------------|------------------|------------|------------------
  37.  
  38. In the previous example both USN URIs are actually UUIDs such as
  39. upnp:uuid:k91d4fae-7dec-11d0-a765-00a0c91c6bf6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement