aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d414fa7dfd5ca9e301a645b6dab7b86ae7fc33c2 (plain)
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
48
49
50
51
52
README for AeroUp 0.3.1
=======================


AeroUp is an open source and multiplatform tool to control Ultimate (programmable light sequencing juggling props) from Aerotech Projects.

There is not yet support for microsoft Window, because as i working on the core part who'll become a shared lib,
and there is no support for getoptlong for Window, as a Qt gui is scheduled soon, i don't bother me.  


Features 
========
* Start command 
* Test command
* Color command
* Get Serial Number command
* Set Serial Number command
* Upload glo sequences command
* Improved driver (udev linux)
* Checks syntax of .glo files  

Multiplatform gui,  and some others original features coming soon...


Installation
============
```
 git clone https://github.com/LaurentBa/AeroUp.git
 cd AeroUp
 ./configure
 make
 sudo make install
```

If you have boost library it will use it.
But it should not be a problem if you don't have it.

Documentation
=============
```
man aeroup 
```
Or look at the man folder :
https://github.com/LaurentBa/AeroUp/blob/master/man/aeroup.man.txt

Links
=====
* Github page : https://github.com/LaurentBa/AeroUp
* http://www.aerotechprojects.com/index.htm

note : there will be no support for microsoft Window before version 1