https://github.com/g-oikonomou/sensniff/blob/master/host/sensniff.py
The link above refers to a python script that is to be run on Ubuntu. When I run the script, the following error appears on the screen:
Error opening port: /dev/ttyUSB0 The error was: ("could not open port /dev/ttyUSB0: [Errno 2] No such file or directory: '/dev/ttyUSB0'",)
EDITION:
I think that the script is supposed to translate data from FTDI to a Wireshark (pcap) format through so-called PIPEs. So probably it is searching for FTDI.
ttyUSB0
on your machine. It is the char device for usb-based serial ports. Today it is used mostly in usb-based mobilnet sticks. – peterh Jul 31 '15 at 14:35