Client/Server-API

The communication between client and server is XMLRPC.

Login and logout

login

sid login(user, password);

user logins to the default location.

loginWithLocation

sid loginWithLocation(user, password, location);

user logins to the location location.

logout

logout(sid);

Session sid logs out.