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

Dependencies? #2

Open
gwillen opened this issue Jul 20, 2015 · 5 comments
Open

Dependencies? #2

gwillen opened this issue Jul 20, 2015 · 5 comments

Comments

@gwillen
Copy link

gwillen commented Jul 20, 2015

It would be helpful if there were some guidance provided on the dependencies of this project and how to obtain them.

RXTXcomm.jar seems easy enough to come by, but as far as I can tell the com.ae5pl.* classes are only available directly by special request from ae5pl, which makes it sort of annoying to build this software (especially since the special-request process seems to be in place because of the igate functionality of javAPRSsrvr, which I don't think javAX25 even necessarily depends on.)

Can you provide any clarification about how this is supposed to work?

Thanks,
Glenn Willen, KI6CPV

@gwillen
Copy link
Author

gwillen commented Jul 21, 2015

An update: I got the following from Pete Loveall, AE5PL:

"Are you talking about Sivan's sound card interface? If so, take a look at the root .java files. The file with a reference to com.ae5pl.nsutil is not needed and can safely be removed. He originally wrote the interface to work as a serial interface for javAPRSSrvr and that .java file defines the interface class. His code works as standalone as well so that file can be removed."

Perhaps this could be documented. :-)

@gwillen gwillen closed this as completed Jul 21, 2015
@gwillen gwillen reopened this Jul 21, 2015
@gwillen
Copy link
Author

gwillen commented Jul 21, 2015

... unfortunately it seems like this might not be true, because you use nsVector, which looks like it's his class, all over the place.

@gwillen
Copy link
Author

gwillen commented Jul 21, 2015

Seems like nsVector is just Vector<Object>, and the other two nsFoo are just Foo? I'm not sure why those classes exist, now... I have it building at least.

EDIT: Yeah, it's working after a bunch of search-and-replace.

@sivantoledo
Copy link
Owner

right, the code can be used stand alone. I'll add this to the
documentation. Thanks, Sivan

On Tue, Jul 21, 2015 at 3:41 AM, gwillen [email protected] wrote:

An update: I got the following from Pete Loveall, AE5PL:

"Are you talking about Sivan's sound card interface? If so, take a look at
the root .java files. The file with a reference to com.ae5pl.nsutil is not
needed and can safely be removed. He originally wrote the interface to work
as a serial interface for javAPRSSrvr and that .java file defines the
interface class. His code works as standalone as well so that file can be
removed."

Perhaps this could be documented. :-)


Reply to this email directly or view it on GitHub
#2 (comment).

@sivantoledo
Copy link
Owner

I am not sure. This is a bit strange. I'll take a look.

On Tue, Jul 21, 2015 at 4:06 AM, gwillen [email protected] wrote:

Seems like nsVector is just Vector, and the other two nsFoo are just Foo?
I'm not sure why those classes exist, now... I have it building at least.


Reply to this email directly or view it on GitHub
#2 (comment).

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