ASPCS
 
Back to Volume
Paper: PacketLib: A C++ Library for Scientific Satellite Telemetry Applications
Volume: 295, Astronomical Data Analysis Software and Systems XII
Page: 473
Authors: Bulgarelli, A.; Gianotti, F.; Trifoglio, M.
Abstract: PacketLib is a C++ open-source software library for writing applications which deal with satellite telemetry source packets, provided that the packets are compliant with the CCSDS Telemetry and Telecommand Standards. The library is being used within the Italian Space Agency (ASI) mission AGILE for simulation, graphical display, processing and decoding of the telemetry generated by the Test Equipment (TE) of two AGILE detectors. From an input stream of bytes, the library is able to recognize automatically the source packets (described by a simple configuration file), and provides a simple access to each packet field by means of an object oriented interface. In the same way the library writes source packets to output stream. Various types of input and output streams are abstracted by a software layer.
Back to Volume