Copyright 2014, Jérôme Kerdreux, Telecom Bretagne Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. Contents ======== The archive contains the following software : ├── apps │   ├── automata │   ├── cmdline │   ├── xAALBrowser │   └── xaal-webUI ├── devices │   ├── AirBreizh │   ├── DummyGtkDevices │   ├── Influxdb │   ├── MqttRelay │   ├── PushingBox │   ├── SmsFreeMobile │   ├── spotify │   ├── WiiBalance │   ├── xaal-desktopNotification │   ├── xaal-mpd │   ├── xaal-sqlalchemy │   ├── xaal-wol │   └── yahooWeather ├── gateways │   ├── GrovePi │   ├── X10 │   ├── xaal-knx │   └── xaal-zwave ├── licences │   ├── gpl.txt │   └── lgpl.txt ├── README.txt ├── services: xAAL Services (not needed for basic operation) │   ├── xAALCache │   ├── xAALMetadata │   └── xaal-schemasrepository └── xaal-lib: xAAL Python Library Documentation ============= For all documentation regarding the xAAL Python's project have a look to the docs directory: installation, configuration, quickstart, etc. SUPPORT ======= You may have found a bug, so please let us know at : xaal@mlistes.telecom-bretagne.eu Copyright and License: ===================== See license directory TODO ==== - Fix the ifdown / ifup error. Right now, on an ifdown the xAAL API raise an socket.error. - Fix WiiBalance Bluetooth connection. - Cmdline.py: add parameters to use methods with parameters - Start the web-server : Work in progress -- The xAAL Team.