Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-dis/xmlpg
Xml Multi-Language Protocol Generator -- code generator for Open DIS
https://github.com/open-dis/xmlpg
code-generator network-protocol xml
Last synced: 4 months ago
JSON representation
Xml Multi-Language Protocol Generator -- code generator for Open DIS
- Host: GitHub
- URL: https://github.com/open-dis/xmlpg
- Owner: open-dis
- License: bsd-2-clause
- Created: 2015-10-01T22:30:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:53:33.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:06:01.198Z (6 months ago)
- Topics: code-generator, network-protocol, xml
- Language: Java
- Homepage:
- Size: 9.38 MB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# XMLPG (XML Multi-Language Protocol Generator)
Define your binary protocol in an XML file and then use this tool to generate network message marshalling code for Java, C++, C#, Objective-C, Python, and JavaScript languages.
An example XML specification file is [DIS2012.xml](DIS2012.xml).
For more info see [XMLPG.md](XMLPG.md).
## Compiling
The XMLPG tool uses the Maven build system, available from Apache.org.
* `mvn compile`: Compiles the XMLPG program itself
## Running
There is a sample script `runXmlpg.sh` that uses the sample `DIS2012.xml` spec and will generate output in `target/generated-sources/`.
## License
XMLPG is released under the BSD license. See [LICENSE.md](LICENSE.md) for details.