Linux-Can Archive mirror
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: linux-can@vger.kernel.org
Cc: kernel@pengutronix.de, linux-can@vger.kernel.org,
	linux-kernel@vger.kernel.org, mkl@pengutronix.de,
	netdev@vger.kernel.org, robin@protonic.nl,
	socketcan@hartkopp.net
Subject: [ANNOUNCEMENT] Open ISOBUS File Server (FS) and Client Implementation
Date: Fri, 12 Jan 2024 15:36:34 +0100	[thread overview]
Message-ID: <ZaFOckVIRwmkwkoK@pengutronix.de> (raw)

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 |

                 reply	other threads:[~2024-01-12 14:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZaFOckVIRwmkwkoK@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=robin@protonic.nl \
    --cc=socketcan@hartkopp.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).