dumpiso
Provides an API to the Linux IEEE1394 (FireWire) driver
Install
- All systems
-
curl cmd.cat/dumpiso.sh
- Debian
-
apt-get install libraw1394-tools
- Ubuntu
-
apt-get install libraw1394-tools
- Alpine
-
apk add libraw1394
- Arch Linux
-
pacman -S libraw1394
- Kali Linux
-
apt-get install libraw1394-tools
- CentOS
-
yum install libraw1394
- Fedora
-
dnf install libraw1394
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libraw1394-tools
- Raspbian
-
apt-get install libraw1394-tools
- Dockerfile
- dockerfile.run/dumpiso
- Docker
-
docker run cmd.cat/dumpiso dumpiso
powered by Commando
libraw1394
Provides an API to the Linux IEEE1394 (FireWire) driver
libraw1394-tools
library for direct access to IEEE 1394 bus (aka FireWire)
libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. This package contains various utilities for that use libraw1394, including the testlibraw program.