public
Description: Crossplatform drivers for the AmbX ambient environment system
Homepage: http://qdot.github.com/libambx
Clone URL: git://github.com/qdot/libambx.git
libambx / README.txt
100644 47 lines (32 sloc) 1.191 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=======
libambx
=======
 
by Kyle Machulis <kyle@nonpolynomial.com>
Nonpolynomial Labs - http://www.nonpolynomial.com
 
Hardware Diagrams by Electrosthetics
http://electrosthetics.blogspot.com/
 
===========
Description
===========
 
libambx is an implementation of the control protocol for amBX ambient environment hardware. More information on ambx can be found at
 
http://www.ambx.com
 
Currently, the library is written in python while the protocol is being fleshed out. This will be turned into a C library once things are more stable.
 
============
Requirements
============
 
------
Python
------
 
Version 2.5 or greater
http://www.python.org
 
-----
PyUSB
-----
 
http://sourceforge.net/apps/mediawiki/pyusb/index.php?title=Main_Page
 
==================
Platform Specifics
==================
 
-------
Windows
-------
 
libambx will not work on windows unless the stock amBX driver is uninstalled and a libusb filter driver is installed. This will probably be the case permanently, as the windows drivers come with their own API and SDK. If you want to work with windows, get the amBX SDK. It's free, and I'll try to make a shim layer for it in libambx once we get things a little more stable