Skip to content

XBee Java Library v1.3.0

Compare
Choose a tag to compare
@diescalo diescalo released this 10 Jul 17:43
· 20 commits to master since this release

Introduction

This document provides the latest release information for the XBee Java Library, which allows customers to easily develop Java applications that communicate with XBee modules.

XBee Java Library v1.3.0, July 2019

  1. Changes with respect to previous version:
    • Added full support for XBee3 modules.
    • Added new methods to send and receive data from other XBee interfaces through User Data Relay frames.
    • Removed Android support. This functionality has been moved to a new Android-specific library based on this one, the XBee Library for Android: https://github.com/digidotcom/xbee-android
    • Added seven examples that demonstrate the new functionality of the API:
      • Send Bluetooth data example.
      • Send MicroPython data example.
      • Send User Data Relay example.
      • Receive Bluetooth data example.
      • Receive Bluetooth file example
      • Receive MicroPython data example.
      • Receive User Data Relay example.
    • Minor bug fixes and improvements.