Gateway Input Simulator
Use this simulator when a test target expects CAN-style input over UDP rather than from real hardware.
What it does
The GUI sends a JSON packet containing the CAN ID and payload bytes to a local UDP port.
How to use it
- Open the simulator.
- Enter the UDP port.
- Enter the CAN ID in hex.
- Enter the cycle time and payload bytes.
- Start transmission.
- Stop the stream when the test is complete.
Good fit for
- software tests that consume CAN-like data over UDP
- local integration checks without physical CAN hardware
- simulating a bus input path during development
Notes
The tool is meant for local use against 127.0.0.1.
