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

Outside Connectivity? #23

Open
kq6up opened this issue May 4, 2024 · 2 comments
Open

Outside Connectivity? #23

kq6up opened this issue May 4, 2024 · 2 comments

Comments

@kq6up
Copy link

kq6up commented May 4, 2024

Ok, I was able to get KA9Q running in DOS with all the important stuff running. Came back here to see if I could do the same with the KA9Q for UNIX. I am able to login with the loopback only here in UNIX. With DOS, I can get the ethernet (FTP resident driver) to talk to my LAN and do FTP/TELNET. I was also able to get it to talk to my TNC over serial/KISS. With the UNIX code again I only have loopback. I tried reading the source in the unix folder, but alas I am not much of a programmer beyond stuff I do for physics algorithms. So I am not sure if there is some sort of tun/tap or the ability to talk to world via a UNIX socket. So some very minimal bootstrap doc would be super helpful. I have the rest of the DOS documents for this package.

I also built Phil's source here in gethub with IN DOS with a Borland C compiler. It functions exactly the same as the version here.

I ended up using an older version because Phil's latest seems to be missing the connection between the "attach asy" driver and the ax.25 stack. In the older version, I initiate the KISS/AX.25 radio port by doing:

DOS: attach asy 0x3f8 4 ax25 tnc0 2048 9600
UNIX: attach asy /dev/cuau0 ax25 tnc0 2048 9600

In Phil's Github version (and your fork of that source I presume), I get the error:

Mode ax25 unknown for interface tnc0,

but I can replace the ax25 with "slip" and I takes it with no error. This leads believe I could setup some sort of slip link with the outside world. However, I am thinking your folks already have other options for connectivity.

I would love to play with this some more.

-Chris KQ6UP

@erikarn
Copy link
Collaborator

erikarn commented May 5, 2024 via email

@kq6up
Copy link
Author

kq6up commented May 6, 2024

All I had to do was do a make in the source directory with Borland C installed on my system. I is exactly the same thing that you guys have going here for FreeBSD.

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