diff options
Diffstat (limited to '')
-rw-r--r-- | README | 43 | ||||
-rw-r--r-- | README.md | 33 |
2 files changed, 73 insertions, 3 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 + @@ -1,4 +1,31 @@ -AeroUp -====== +README for AeroUp 0.8 +===================== + + +AeroUp is an open source and multiplatform tool to use with Ultimate (programmable light sequencing juggling props) from Aerotech Projects Ltd. + +See the file INSTALL for instructions on how to build and install. + +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 +* And some others features... + + +Links +===== +* Github page : https://github.com/LaurentBa/AeroUp +* http://www.aerotechprojects.com/index.htm + +note : yet there is no support for microsoft Window, because as i working on the core part -AeroUp - open source and multiplatform tool to use with Ultimate (programmable light sequencing juggling props) from Aerotech Projects. |