Reply To: Web-based DAAP client

#3356
rickard
Guest

I had to remove large parts of the code (rendezvous stuff, downloading, …) to make the code “applet-safe” (an applet can only connect to the same host as the web server that hosts the applet, and obviously no file writing etc). Basically, the GUI stuff is more or less rewritten while I kept the basic protocol code untouched (they were nicely separated in different packages). I also started looking into adding Ogg Vorbis to it (I like that format 🙂 ).

Right now the GUI is in HTML using Javascripts and to control playback etc. The applet is essentially one big listbox control.
Here is an example: http://www.petzall.se/daap-applet.png