Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plipbox and Linux on the Amiga #10

Open
berlincount opened this issue Nov 17, 2019 · 3 comments
Open

plipbox and Linux on the Amiga #10

berlincount opened this issue Nov 17, 2019 · 3 comments

Comments

@berlincount
Copy link

Hello,

I've got AmigaOS with MiamiDX pinging my network happily, but don't know whether it'd be possible to use it under Linux on the Amiga (https://github.com/torvalds/linux/blob/master/Documentation/networking/PLIP.txt is the Linux side for that) .. do you know whether someone has done that, or whether there are other efforts to do it?

What do you think might additionally be require? .. Linux expects a Point-To-Point connection and I so far can only guess the necessary parameters - I'll have to use the source more I guess.

Thanks for this great device, and thanks in advance for and ideas or pointers!

@cnvogelg
Copy link
Owner

unfortunately the plipbox and the PLIP Linux driver only share the term PLIP as they transfer IP packets across a parallel link. There the similarities already end... plipbox uses a custom protocol to talk to the microcontroller on the board.

To support this on Linux you have to write a custom driver that implements this protocol.

@berlincount
Copy link
Author

sigh by now, I guessed as much.

Is there a protocol documentation, or will I have to extract that from the sourcecode?

@cnvogelg
Copy link
Owner

use the source :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants