An open API service indexing awesome lists of open source software.

https://github.com/actuallytaylor/opencanmonitor

A CAN Network Monitor built for macOS
https://github.com/actuallytaylor/opencanmonitor

can can-bus embedded embedded-systems firmware-tools macos macos-app macos-application

Last synced: 4 months ago
JSON representation

A CAN Network Monitor built for macOS

Awesome Lists containing this project

README

        


icon Open Can Monitor

The easiest way to monitor a CAN Network.

With Open Can Monitor you can view and send messages to all CAN Buses supported by the [PCBUSB Library](https://www.mac-can.com/).

## Features
- Receive CAN Messagees
- Transmit CAN Messages on a timer
- Display CAN Message data in Hex, Decimal, and ASCII
- Connect to devices on any USB Bus
- Connect with all available CAN Baud Rates
- Set default bus and default baud rate for new connections.

## Download
To download you can use the Homebrew package manager, or download the `.dmg` from the [Latest Release](https://github.com/ActuallyTaylor/OpenCANMonitor/releases/latest/download/OpenCANMonitor.dmg)

### Homebrew
```
brew tap actuallytaylor/casks
brew install --cask open-can-monitor
```

### Latest Release
https://github.com/ActuallyTaylor/OpenCANMonitor/releases/latest/download/OpenCANMonitor.dmg

## Credits
- The PCBUSB library was created and maintained by [UV Software, Berlin](https://www.mac-can.com/). This app packages the version 0.12.1 so the user does not have to go through an install process.
- [MacCAN Monitor App](https://github.com/mac-can/PCBUSB-Monitor) was used for reference for how to use the PCBUSB library in a macOS app.