Newer
Older
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
# KSY to java POJO generator
**GeneratePOJOfromKSY** is a tool to accelerate the display of telemetry data when the data description is written for Kaitai tool.
## Maturity level
**Maturity level :** experimental
Tool configuration is done by code update ( Parameters.java and GeneratePOJOfromKSYCli.java )
## Context
This tool has been written for testing purpose and facilitate display of data.
Description off telemetry structure are perform with a descriptive language define by [kaitai project](https://kaitai.io/).
Based on this file, kaitai tool generate code in different language in order to extract data.
Base on same KSY file, **GeneratePOJOfromKSY** tools generate a set of java classes in order to display automaticaly data analysed ( raw data or computed data).
Each class inherit from a common abstract class **AFrame**
## GeneratePOJOfromKSY
- update parameter.java class with your information
- launch
''maven install''
- launch the application generated
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
A dedicated folder on AMSAT-Francophone forum is set : [Rubrique Josast](http://forum.amsat-f.org/forumdisplay.php?fid=38)
## License
[GNU Lesser General Public License v2.1](http://choosealicense.com/licenses/lgpl-2.1/)