Expand description
Talking to the card directly: discovery, listening, replay, raw frames.
Functionsยง
- describe
- One line per card, as
rxp discoverprints it; the model fromconfig/cards/by the id byte,unknownwhen no file carries it. - discover
- Send one discovery frame, report every reply as it arrives until
waitruns out, and return them. Empty is not an error here; the CLI makes it one. - discover_
all - Send one discovery frame and collect every reply until
waitruns out, handing each toeachas it arrives. - discover_
one - Send one discovery frame and return the first card that answers.
- listen
- parse_
hex - pcap_
summary - raw_
send - Send a hand-built frame and report replies. For probing unknown commands.
- replay