Link to home
Start Free TrialLog in
Avatar of CSD-GW
CSD-GW

asked on

Netbios in Java

I want to be able to send and receive NETBIOS datagrams from within a Java application.
I came across several likely looking classes at

http://kickjava.com/src/org/alfresco/filesys/netbios/RFCNetBIOSProtocol.java.htm  (et al)

but don't see an actual package I can download and use. I tried cutting and pasting code from this site, but had to give up as there were far too many classes to copy.

Is there a set of Java classes available that will let me use NETBIOS packet communications?
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CSD-GW
CSD-GW

ASKER

Thats great, I couldn't find a place to download the package, so will give this a try.

Do you know if there any examples of how to use the package that I could browse?
no idea sorry
Avatar of CSD-GW

ASKER

OK. The link was what I needed to get started, so I will close this question and assign the points.
Thanks again,
CSD-GW