wpilibsuite / wpilibsuite/SystemcoreTesting
Transmitted frames counted in both TX and RX frame rate counters
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 186
- Forks
- 24
- Avg merge
- 8h 27m
- Merged PRs (30d)
- 9
Description
Transmitted frames are counted in both the tx and rx counters. This can be seen by sending a large amount of can frames (e.g. with cangen) and observing both rate counters increase by ~ the same amount.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by sending many CAN frames with cangen and observing the TX and RX frame-rate counters. Start by locating the counter handling for transmitted and received frames, then verify that each counter only records its corresponding direction and repeat the observation to confirm the rates diverge appropriately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 57/100