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
- Host: GitHub
- URL: https://github.com/actuallytaylor/opencanmonitor
- Owner: ActuallyTaylor
- License: mit
- Created: 2023-09-08T13:43:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T23:49:32.000Z (over 1 year ago)
- Last Synced: 2024-12-25T19:15:02.291Z (4 months ago)
- Topics: can, can-bus, embedded, embedded-systems, firmware-tools, macos, macos-app, macos-application
- Language: Swift
- Homepage:
- Size: 1.81 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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.