Skip to content
Snippets Groups Projects
Commit c8ff00bc authored by McCullick, Philip (CIV)'s avatar McCullick, Philip (CIV)
Browse files

Add readme.md with basic getting started info

parent 3e05e6e2
No related branches found
No related tags found
No related merge requests found
# Monterey Phoenix - Trace Generator
## Setup/Requirements
* C++ compiler
## Running Event Generator
The event generator can be run using the rall.sh script in the build folder:
```bash
./Code/rall.sh [mp_filepath] [scope]
```
- mp_filepath should be the location of the MP file that you want to process
- scope is the number of repetitions, use higher values with caution
There are example MP files in the Firebird_Pre_loaded_examples folder. To build those files, run the following command:
```bash
./Code/rall.sh ./Firebird_Pre_loaded_examples/Example01_simple_message_flow.mp 1
```
The output will be saved to Example01_simple_message_flow.json
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment