socanui

command module
v0.0.0-...-6fbe2ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2025 License: MIT Imports: 8 Imported by: 0

README

SocketCAN User Interface for the Terminal - socanui

socanui

Features

  • Send and Receive CAN Message
  • CAN Frame List
  • CAN Frame Table
  • Show CAN Interface Parameter
  • CAN Statistics
  • Send CAN Frames (single, repeated, random)
  • Filter CAN Frames

Usage

Just run socanui <interface> in your terminal and the UI will start.

For the first physical CAN adapter:

socanui can0

Install

git clone https://github.com/miwagner/socanui.git
go build -o socanui main.go

Socket CAN

You can create a virtual CAN interface if you don't have a physical CAN adapter:

sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0

You can generate testdata as follow:

cangen vcan0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package canbus provides high-level access to CAN bus sockets.
Package canbus provides high-level access to CAN bus sockets.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL