linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Open ISOBUS File Server (FS) and Client Implementation
@ 2024-01-12 14:36 Oleksij Rempel
  0 siblings, 0 replies; only message in thread
From: Oleksij Rempel @ 2024-01-12 14:36 UTC (permalink / raw)
  To: linux-can; +Cc: kernel, linux-can, linux-kernel, mkl, netdev, robin, socketcan

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 |

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-12 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 14:36 [ANNOUNCEMENT] Open ISOBUS File Server (FS) and Client Implementation Oleksij Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).