Skip to content

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

  1. Open the simulator.
  2. Enter the UDP port.
  3. Enter the CAN ID in hex.
  4. Enter the cycle time and payload bytes.
  5. Start transmission.
  6. 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.

Released under the MIT License.