Files
src.dualinventive.com/dinet/libdi-php/README.md
2024-08-09 12:10:16 +02:00

15 lines
264 B
Markdown

# libdi-php
The vcan interface must be present for running the unit tests
```
modprobe vcan
ip link add dev vcan0 type vcan
ip link set up vcan0
```
Testing the module candump without installation:
`php -dextension=build/Release/di.so ./bin/di-candump vcan0`