> The "standard" way for external apps to communicate with SqueezeCenter > is via the CLI (command line interface) on tcp port 9090.
Nowadays I'd recommend using JSON/RPC: the data returned is much nicer structured, easier to handle, plus it uses the web port, which often is less of a hassle to use than CLI. The commands and parameters are the same. I'd assume that some JSON parsing library is available for your development environment. -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
