diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-18 10:24:55 +0100 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2014-01-18 10:24:55 +0100 |
commit | 45ab288c8256f2787e7bf694c7a48888592be4cd (patch) | |
tree | 2e5541878cf4ec75a02e9b7b0846b522a2969371 /README | |
parent | 21f1a950c54e27044abcc35159cdcf5b8dc602d2 (diff) |
first commit release 0.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -0,0 +1,43 @@ +README for AeroUp 0.2 +===================== + + +AeroUp is an open source and multiplatform tool to use with Ultimate (programmable light sequencing juggling props) from Aerotech Projects Ltd. + +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 gui is scheduled soon, i don't bother me. + + +Features +======== +*[x] Start command +*[x] Test command +*[x] Color command +*[*] Get Serial Number command +*[*] Set Serial Number command +*[*] Upload glo sequences command +*[*] checks syntax of .glo files +*[] multithread +*[] multiplatform gui +* And some others original features coming soon... + + +Installation +============ +./configure +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 + |