Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/LightPcapNg"]
path = src/LightPcapNg
url = https://github.com/rvelea/LightPcapNg.git
11 changes: 9 additions & 2 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# cangaroo
open source can bus analyzer

written by Hubert Denkmair <hubert@denkmair.de>
written by Hubert Denkmair <hubert@denkmair.de> (https://github.com/HubertD/cangaroo)

Raw CAN tx support added by Ethan Zonca (https://github.com/normaldotcom/cangaroo)

Pcanng file support added by Skip Hansen (https://github.com/skiphansen/cangaroo)

## building on linux
* to install all required packages in a vanilla ubuntu 16.04:
* sudo apt-get install build-essential git qt5-qmake qtbase5-dev libnl-3-dev libnl-route-3-dev
* build with:
* git submodule init;git submodule update
* qmake -qt=qt5
* make
* make install

## building on windows
## building on windows
* Qt Creator (Community Version is okay) brings everything you need
* except for the PCAN libraries.
* Get them from http://www.peak-system.com/fileadmin/media/files/pcan-basic.zip
Expand All @@ -24,6 +29,8 @@ written by Hubert Denkmair <hubert@denkmair.de>
* if you want to deploy the cangaroo app, make sure to also include the needed Qt Libraries.
for a normal release build, these are: Qt5Core.dll Qt5Gui.dll Qt5Widgets.dll Qt5Xml.dll

**NB: Building on Windows has not been tested on Skip Hansen's fork**

## changelog

### v0.2.1 unreleased
Expand Down
Binary file added bin/cangaroo.zip
Binary file not shown.
Loading