|
|
|
|
|
by neilxdsouza
4489 days ago
|
|
Working on a compiler for data collection. It's a simple programming language that allows you to launch surveys on android devices. We can also compile to an embedded webserver using (webtoolkit.eu) or a desktop survey using wxWidgets, but are they are lagging behind the mobile device at the moment, and building this is not documented We are Open Source, the project is here https://github.com/neilxdsouza/xtcc-qscript I just update the readme with build instructions and this was done in a hurry, I will be happy to clear any issues people face (but's it's late night here and about to head out to sleep). Lots of dependencies - emscripten, bison, flex, g++, node, phonegap (2.7.0 is what we are currently using) and android dev kit. If you want a test account, please write to me, we have compiled and built the compiler on our server (http://xtcc-qscript.com). Please don't use the account for anything serious and please use a different password as we do not have a ssl certificate in place. |
|