Files
can-utils/.gitignore
T
Oleksij RempelandOleksij Rempel 42edaeaf52 Implement ISOBUS File Server (FS) Interface as a Personal Project
Introduce the ISOBUS File Server (FS) interface, compatible with ISO
11783-13. The implementation utilizes the kernel's existing CAN J1939
socket support.

For testing following setup can be used:
ip link add type vcan
ip l s dev vcan0 up

j1939acd -r 64-95 -c /tmp/1122334455667788.jacd 1122334455667788 vcan0 &
j1939acd -r 96-127 -c /tmp/1122334455667789.jacd 1122334455667789 vcan0 &

sleep 1

isobusfs-srv -i vcan0 -n 1122334455667788 -v vol1:/path/to/export/
isobusfs-cli -i vcan0 -n 0x1122334455667789 -m 0x1122334455667788 -I

Interactive mode currently support following commands:
exit - exit interactive mode
quit - exit interactive mode
help - show this help
dmesg - show log buffer
selftest - run selftest
ls - list directory
ll - list directory with long listing format
cd - change directory
pwd - print name of current/working directory
get - get file

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
2024-02-02 13:44:07 +01:00

64 lines
766 B
Plaintext

*~
*.o
*.lo
*.la
.deps
.libs
.ccls-cache
compile_commands.json
configure
libtool
GNUmakefile
GNUmakefile.in
/aclocal.m4
/autom4te.cache/
/config.log
/config.status
/config/autoconf/
/config/m4/libtool.m4
/config/m4/ltoptions.m4
/config/m4/ltsugar.m4
/config/m4/ltversion.m4
/config/m4/lt~obsolete.m4
/calc-bit-timing/.dirstamp
/mcp251xfd/.dirstamp
/asc2log
/bcmserver
/can-calc-bit-timing
/canbusload
/candump
/canfdtest
/cangen
/cangw
/canlogserver
/canplayer
/cansend
/cansequence
/cansniffer
/isobusfs-cli
/isobusfs-srv
/isotpdump
/isotpperf
/isotprecv
/isotpsend
/isotpserver
/isotpsniffer
/isotptun
/j1939acd
/j1939cat
/j1939spy
/j1939sr
/log2asc
/log2long
/mcp251xfd-dump
/slcan_attach
/slcand
/slcanpty
/testj1939
/can-utils-*.tar.bz2
/can-utils-*.tar.gz