Skaion Developer Documentation¶
This documentation is aimed at developers looking to enhance or extend Skaion’s Traffic Generation tools. This includes the host-based activity generator, ConsoleUser, and the network-focused generator, the Multi-Protocol Traffic Generation System (MPTGS).
These tools span several programming languages depending on which parts are being developed. In general, familiarity with Python, Perl, Bash, and Java will required to extend all parts, though other languages can be used to extend the MPTGS as desired. The tools typically run on GNU/Linux systems, so familiarity with those environments will be helpful too.
- 1. ConsoleUser Developer Guide
- 1.1. Style and Guidelines
- 1.2. ConsoleUser Overview
- 1.3. Writing a New ConsoleUser Module
- 1.4. Case Study: Developing a new module for Mastodon
- 1.5. Font
- 1.6. Identifying Font
- 1.7. Display That Font
- 1.8. Useful Checklists