Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SSDP Metadata export #2729

Merged
merged 7 commits into from
Feb 16, 2025
Merged

Implement SSDP Metadata export #2729

merged 7 commits into from
Feb 16, 2025

Conversation

koltiradw
Copy link
Contributor

Please sign (check) the below before submitting the Pull Request:

Link to the related issue:

Describe changes:

 {
    "CACHE-CONTROL":"max-age = 1800",
    "LOCATION":"http:\/\/192.168.1.173:1400\/xml\/device_description.xml",
    "NT":"urn:schemas-upnp-org:service:ZoneGroupTopology:1",
    "NTS":"ssdp:alive",
    "SERVER":"Linux UPnP\/1.0 Sonos\/80.1-55240 (ZPS21)",
    "USN":"uuid:RINCON_347E5CFFA26E01400::urn:schemas-upnp-org:service:ZoneGroupTopology:1",
    "X-RINCON-HOUSEHOLD":"Sonos_comcARdqLpz2IYb0DFQfG4gz5r",
    "X-RINCON-BOOTSEQ":"1946",
    "BOOTID.UPNP.ORG":"1946",
    "X-RINCON-WIFIMODE":"0",
    "X-RINCON-VARIANT":"0",
    "HOUSEHOLD.SMARTSPEAKER.AUDIO":"Sonos_comcARdqLpz2IYb0DFQfG4gz5r.tQvIgf8-QhzKPQkRQVaI",
    "LOCATION.SMARTSPEAKER.AUDIO":"lc_63a3900f003f428f98c2091f5216db82",
    "SECURELOCATION.UPNP.ORG":"https:\/\/192.168.1.173:1443\/xml\/device_description.xml",
    "X-SONOS-HHSECURELOCATION":"https:\/\/192.168.1.173:1843\/xml\/device_description.xml"
}

@koltiradw koltiradw changed the title Ssdp metadata Implement SSDP Metadata export Feb 16, 2025
Copy link
Collaborator

@IvanNardi IvanNardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@koltiradw, interesting work!
Any chance you can share a pcap with some of these new fields?

@koltiradw
Copy link
Contributor Author

koltiradw commented Feb 16, 2025

I took a pcap from #2524

@IvanNardi
Copy link
Collaborator

I added the pcap and I will merge this PR when the CI ends.
Thank you very much

@koltiradw
Copy link
Contributor Author

koltiradw commented Feb 16, 2025

@IvanNardi
I also want to add a method field: NOTIFY or M-SEARCH.

@IvanNardi
Copy link
Collaborator

@IvanNardi I also want to add a method field

Ok, go ahead. Let me know when the PR is ready to merge

@koltiradw koltiradw requested a review from IvanNardi February 16, 2025 15:42
@koltiradw
Copy link
Contributor Author

@IvanNardi, rdy!

Copy link
Collaborator

@IvanNardi IvanNardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@IvanNardi IvanNardi merged commit ccb15db into ntop:dev Feb 16, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants