[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ZaFOckVIRwmkwkoK@pengutronix.de>
Date: Fri, 12 Jan 2024 15:36:34 +0100
From: Oleksij Rempel <o.rempel@...gutronix.de>
To: linux-can@...r.kernel.org
Cc: kernel@...gutronix.de, linux-can@...r.kernel.org,
linux-kernel@...r.kernel.org, mkl@...gutronix.de,
netdev@...r.kernel.org, robin@...tonic.nl, socketcan@...tkopp.net
Subject: [ANNOUNCEMENT] Open ISOBUS File Server (FS) and Client Implementation
Hello everyone,
I'm pleased to announce the initial release of the Open ISOBUS File
Server (FS) and Client Implementation. This project partially implements
the ISO 11783-13 standard and uniquely utilizes the CAN_J1939 kernel
socket for its operations. While it's not yet fully compliant with the
standard, it supports essential functionalities for basic tasks.
You can find the code and contribute to its development here:
https://github.com/linux-can/can-utils/pull/487).
For those interested in experimenting with this implementation, here's a
quick guide to get you started:
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
The current implementation allows you to:
- Connect to the server
- Change and list directories
- Download files
Interactive mode supports these commands:
- `exit` / `quit`: Exit interactive mode
- `help`: Show help message
- `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
We welcome everyone to test this new interface and share your feedback.
Best regards,
Oleksij
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Powered by blists - more mailing lists