Can I use the MAC address as the UDN?
|
30-07-2012, 03:43 PM
Post: #4
|
|||
|
|||
RE: Can I use the MAC address as the UDN?
According to the UPnP Device Architecture 1.1 specification, the UDN must start with "uuid:" and this must be followed by a UUID in the format stated in section 1.1.4 (example: 2fac1234-31f8-11b4-a222-08002b34c003).
Here's the relevant text from section 2.3: <UDN> REQUIRED. Unique Device Name. Universally-unique identifier for the device, whether root or embedded. MUST be the same over time for a specific device instance (i.e., MUST survive reboots). MUST match the field value of the NT header field in device discovery messages. MUST match the prefix of the USN header field in all discovery messages. (Section 1, “Discovery” explains the NT and USN header fields.) MUST begin with “uuid:” followed by a UUID suffix specified by a UPnP vendor. See section 1.1.4, “UUID format and RECOMMENDED generation algorithms” for the MANDATORY UUID format. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Can I use the MAC address as the UDN? - dough - 30-07-2012, 09:35 AM
RE: Can I use the MAC address as the UDN? - simonc - 30-07-2012, 10:10 AM
RE: Can I use the MAC address as the UDN? - simonc - 30-07-2012, 11:12 AM
RE: Can I use the MAC address as the UDN? - simoncn - 30-07-2012 03:43 PM
|