Hallo pipin,
wenn das 
pippin wrote: 
> Das ist 'ne illegale URL, Du wirst die Parameter URL-Encoden m�ssen.
stimmt d�rfte ich auch nicht den Befehl  "GET /status?p0=pause
HTTP/1.1" absetzen k�nnen. Der funktioniert aber.

Im Logitech Media Sever Web Interface steht doch auch:

The following is an example of an HTTP status transactions. The text in
blue is sent from the client to the HTTP server. Text in red is returned
by the HTTP server.
GET /status.html?p0=pause&p1=1 HTTP/1.0

Vielleicht zur Erl�uterung: Auf einem Arduino l�uft ein Web-Client.
In C geschrieben steht dann:
client.println(F("GET /status?p0=pause HTTP/1.1"));  
bzw.
String SBox= "GET /status?p0=playlist&p1=play&p2=" + playlist +
"&player=00:15:af:b8:ac:25 HTTP/1.1";  //playlist = "94-87-158-209-70"
client.println(SBox);

Das mit dem CLI �ber JSON/RPC ist mir v�llig fremd. Da finde ich
nicht so den richtigen Zugang f�r. Ist vielleicht was f�r den
kommenden Winter :-).

Eberhard


------------------------------------------------------------------------
musicpl...@web.de's Profile: 
http://forums.slimdevices.com/member.php?userid=47731
View this thread: http://forums.slimdevices.com/showthread.php?t=95992

_______________________________________________
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de

Antwort per Email an