[ANNOUNCEMENT] Open ISOBUS File Server (FS) and Client Implementation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 |




[Index of Archives]     [Automotive Discussions]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]     [CAN Bus]

  Powered by Linux