https://github.com/tomer-w/canwifiterminal
CanWifiTerminal allows send and receive CAN bus messages using the ECAN-W01 / ECAN-W01S device by EBYTE
https://github.com/tomer-w/canwifiterminal
canbus
Last synced: 7 months ago
JSON representation
CanWifiTerminal allows send and receive CAN bus messages using the ECAN-W01 / ECAN-W01S device by EBYTE
- Host: GitHub
- URL: https://github.com/tomer-w/canwifiterminal
- Owner: tomer-w
- License: mit
- Created: 2023-06-20T17:54:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T23:38:36.000Z (about 2 years ago)
- Last Synced: 2025-01-12T13:30:39.546Z (9 months ago)
- Topics: canbus
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CanWifiTerminal
CanWifiTerminal allows send and receive [CAN bus](https://en.wikipedia.org/wiki/CAN_bus) messages using the [ECAN-W01](https://www.cdebyte.com/products/ECAN-W01) / [ECAN-W01S](https://www.cdebyte.com/products/ECAN-W01S) device by [EBYTE](https://www.cdebyte.com/).Features:
1. Connect to the ECAN-W01 device. The device needs to be set to TCP Server.
2. Send and receive can messages
3. Support standard and extended frame identification
4. Can dump messages to JSON file. The JSON can be used later to resend the message
5. Can be used as a sample for how to automate CAN Bus interactions using the ECAN-W01 device
6. Developed using C# and .NET 7.0 Compatible with Windows and Linux.Note: This tool is not replacing the "EBYTE Network Configuration Tool" which is used for initial setup.