blob: 4853996165959756a990d5b24b77b974ad9bad8f (
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
|
README for AeroUp 0.3.0
=======================
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
multithread, multiplatform gui, and some others original features coming soon...
Installation
============
```
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.
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
|