Hallo,
hat schon jemand die Java-Version der Intel UPnP Tools gefunden und kann mir mal die passende URL verraten?
Ich bin beim Suchen über jupnp gestolpert, das enthält ein Lampen-Device und einen passenden Control Point, und über CyberLink, das eine komplette UPnP-Library für Java darstellt. Aber was mir zum Testen noch fehlt, sind ein universeller Control Point und ein Sniffer, wie sie in der Windows-Version der Intel-Tools enthalten sind.
TIA,
G.
UPnP Tools in Java
Moderator: Praktikum: Internet
Re: UPnP Tools in Java
Hi,Geek-O hat geschrieben: Ich bin beim Suchen über jupnp gestolpert, das enthält ein Lampen-Device und einen passenden Control Point, und über CyberLink, das eine komplette UPnP-Library für Java darstellt.
da jupnp das Ergebnis der selbigen Praktikumsaufgabe ist, die wir gerade bearbeiten, bezweifle ich, dass es hilfreich beim Testen sein wird...
Grüße,
Basti
Linux Support:
Porting of the intel upnp sdk : http://linuxdevices.com/links/LK9819585123.html (that points to http://upnp.sourceforge.net/.
Also: http://pupnp.sourceforge.net/
Porting of the intel upnp sdk : http://linuxdevices.com/links/LK9819585123.html (that points to http://upnp.sourceforge.net/.
Also: http://pupnp.sourceforge.net/
So wich die Seite verstehe und danach was in den Packages enthalten ist handelt es sich hier nur um eine Library in C++ für UPnP, aber keine Tools wie DeviceBrowser oder Validation.fernando hat geschrieben:Linux Support:
Porting of the intel upnp sdk : http://linuxdevices.com/links/LK9819585123.html (that points to http://upnp.sourceforge.net/.
Also: http://pupnp.sourceforge.net/
Unter http://gupnp.org/ findet sich noch eine Linux Implementierung von Device Browser und Light-Sample aber ebenfalls keine Validatoren.
Right, but it doesn't work for me.
Operating on Linux/Ubuntu 7.10.
I just get an "Exception in thread "main" java.lang.NoClassDefFoundError: Intel/NetworkLight/MainApp"-Error when executing "java -classpath "crimson.jar:jaxp.jar:xalan.jar" Intel.NetworkLight.MainApp" though i have a version of every single jar in my path. Version problems? Where do i find the right ones?
I've no problems with just running "java Intel.NetworkLight.MainApp", but then only a gray windows appears. That's it.
Help needed
Operating on Linux/Ubuntu 7.10.
I just get an "Exception in thread "main" java.lang.NoClassDefFoundError: Intel/NetworkLight/MainApp"-Error when executing "java -classpath "crimson.jar:jaxp.jar:xalan.jar" Intel.NetworkLight.MainApp" though i have a version of every single jar in my path. Version problems? Where do i find the right ones?
I've no problems with just running "java Intel.NetworkLight.MainApp", but then only a gray windows appears. That's it.
Help needed

GDI2-Tutor