components
A rough overview of software components:
External dependencies:
- libstdc++ – the standard C++ libraries
- STL – the Standard Template Library, now part of the C++ spec
- boost – the boost libraries
- Qt – Trolltech Qt
Modules inside the package:
- libserial – a library managing serial port communication
- libfabathome_comm – low level communication library for the fab@home printer
- libfabathome_printer – the fab@home printer control library
- appliction – the user-facing application itself
All components are cross-platform C++.
Leave a Comment
You must be logged in to post a comment.