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

Presents as an InternetGatewayDevice (but isn't?) #294

Open
ajorg opened this issue Feb 4, 2025 · 0 comments
Open

Presents as an InternetGatewayDevice (but isn't?) #294

ajorg opened this issue Feb 4, 2025 · 0 comments

Comments

@ajorg
Copy link

ajorg commented Feb 4, 2025

I noticed that the NanoKVM Cube, on the latest release, is showing up as an InternetGatewayDevice (IGD). This turns out to be because it's running ssdpd is running.

It makes sense for it to advertise itself, for the presentation URL, but not as an IGD.
It should probably advertise itself as some other device or service from https://openconnectivity.org/developer/specifications/upnp-resources/upnp/

# curl http://192.168.86.24:1901/description.xml
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
 <specVersion>
   <major>1</major>
   <minor>0</minor>
 </specVersion>
 <device>
  <deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>
  <friendlyName>kvm-5bce</friendlyName>
  <manufacturer>Troglobit Software Systems</manufacturer>
  <modelName>Generic</modelName>
  <UDN>uuid:11ebb90f-8de2-4f31-9c78-1093b2863da2</UDN>
  <presentationURL>http://192.168.86.24/</presentationURL>
 </device>
</root>
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

No branches or pull requests

1 participant