- Visit CCSDS at Homepage
- Visit MAL at Wiki
- Visit HTTP Binding & XML Encoding at specification
In order to verify the clarity and validity of the specification documents, two independent prototypes are implemented. After both prototypes are completed, they are verified by interoperability tests using a test bed. Four different types of tests were conducted and passed.
- Prototype-A Server to Prototype-B Client
- Prototype-B Server to Prototype-A Client
- Prototype-A Server to Prototype-A Client
- Prototype-B Server to Prototype-B Client
Copyright © 2017-2018 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Java-1.8
- Maven
- CCSDS_MAL_Encode_HTTP: XML Encoder converting
MAL java objects
toXML
or anXML
document toMAL java objects
- CCSDS_MAL_HEADER_HTTP: Header Encoder converting HTTP headers into MAL header and vice versa
- CCSDS_MAL_TRANSPORT_HTTP: Http Server to send and receive CCSDS messages
- CCSDS_MAL_IP_TEST: Integration tests to verify Http Server is working as intended.
- Clone the repo
- In
root
directory, runmvn package
- Compiling java files
- Running unit tests
- Running integration tests
- Creating a fat jar by combining all the libraries