XBee Java Library software
The first software package is the XBee Java Library. This package includes the XBee library, its source code and a collection of samples that will help you to develop Java applications to communicate with your XBee devices. You can download the latest version at: https://github.com/digidotcom/XBeeJavaLibrary/releases
To work with this package, unzip the file you just downloaded. The main directory, XBJL-X.Y.Z, has the following structure:
- /examples: Several XBee Java Library examples to demonstrate the XBee Java Library features.
- /extra-libs: Libraries needed to build and launch an XBee Java application.
- /javadoc: XBee Java Library API documentation.
- /src: Source code for the XBee Java Library.
- xbee-java-library-X.Y.Z.jar: XBee Java Library jar file which allows you to easily interact with your XBee modules.
- LICENSE.txt: Legal licensing agreement.
- README.md
- release_notes.txt: Latest release information for XBee Java Library.