Skip to content

Commit

Permalink
- added contact (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas authored Dec 13, 2024
1 parent 346ea98 commit 864ebdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uv sync --extra test --dev
uv run xonsh tasks/baseQC.xsh
```

Some examples, such as [USB HID](./atests/HIDKeyboard/) and [nfc/nci](./atests/nfc_nci/), require specific hardware to function. For the nci example, STm hardware and firmware is required. For the HID example, a USB Keyboard on a linux machine is sufficient.
Some examples, such as [USB HID](./atests/HIDKeyboard/) and [nfc/nci](./atests/nfc_nci/), require specific hardware to function. For the nci example, STm hardware and firmware is required, which can be requested from [email protected]. For the HID example, a USB Keyboard on a linux machine is sufficient.

## What is robotframework-construct?
robotframework-construct is a [Robot Framework](https://robotframework.org) keyword library powered by [construct](https://construct.readthedocs.io/en/latest/).
Expand Down Expand Up @@ -122,7 +122,7 @@ A parsing example:

### Breaking out of the ecosystems
The highly valuable building/parsing infrastructure does not depend on robotframework, and in the case of the parsing part, it also does not depend on Python.
The Structs can be transformed into kaitai. Kaitai is a DSL that can be transformed into parsers in 10+ languages and counting [https://kaitai.io/].
The Structs can be transformed into kaitai. Kaitai is a DSL that can be transformed into parsers in 10+ languages and counting, you find further details [here](https://kaitai.io/).

Keep in mind that some limitations apply to these transformations.

Expand Down

0 comments on commit 864ebdb

Please sign in to comment.