Skip to content

Commit

Permalink
Update AMQP's code generation README (#1705)
Browse files Browse the repository at this point in the history
Summary: The steps to run AMQP's code generation involve running the
python files with `bazel` and not `python3`. I experienced the confusion
in the readme when I was following the steps to produce AMQP's protocol
parsing code when testing out the `ExtractBEInt` functionality in #1698.

Related issues: N/A

Type of change: /kind cleanup

Test Plan: N/A

Signed-off-by: Kartik Pattaswamy <kpattaswamy@pixielabs.ai>
  • Loading branch information
kpattaswamy authored Sep 13, 2023
1 parent cfe6cbf commit d81a9fe
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# AMQP Protocol Parsing

Install the requirements via pip install and run
```bash
python3 amqp_decode_gen.py run
```

The function takes in the `amqp-0-9-1.stripped.xml` from the AMQP specification and generates header and c files for pixie.
The stripped version of xml from https://www.amqp.org/specification/0-9-1/amqp-org-download

Expand Down

0 comments on commit d81a9fe

Please sign in to comment.