guppy_basecaller --disable_pings --compress_fastq -c dna_r9.4.1_450bps_fast.cfg -i flongle_fast5_pass/ -s flongle_test2 -x 'auto' --recursive This document assumes the use of Linux as the chosen development platform. Items in bold are highly recommended.
It is recommended to use SocketCAN when working with CAN bus on Linux. It is supported by the Linux kernel mainline and follows the Linux interface model, allowing you to use other network tools such as Wireshark. This also allows the creation of virtual CAN interfaces where no physical hardware is required to simulate or replay CAN messages.
- SocketCAN Linux kernel support - Linux >= 2.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #packages.ntop.org/apt-stable/ | |
| sudo apt-get install python-software-properties | |
| sudo add-apt-repository ppa:cavedon/ntop | |
| wget -qO – http://www.nmon.net/apt-stable/ntop.key | sudo apt-key add – | |
| sudo apt-get update | |
| wget http://apt-stable.ntop.org/16.04/all/apt-ntop-stable.deb | |
| sudo dpkg -i apt-ntop-stable.deb |