https://github.com/tarilabs/camel-xbeeapi
Camel component serving as a wrapper for the XBee API
https://github.com/tarilabs/camel-xbeeapi
Last synced: about 2 months ago
JSON representation
Camel component serving as a wrapper for the XBee API
- Host: GitHub
- URL: https://github.com/tarilabs/camel-xbeeapi
- Owner: tarilabs
- Created: 2013-01-27T13:04:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T17:30:06.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T04:16:02.243Z (3 months ago)
- Language: Java
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
camel-xbeeapi
=============Camel component serving as a wrapper for the XBee API.
GOALS:
I need a wrapper for the XBee API (http://code.google.com/p/xbee-api/) for Apache Camel for use in another project.NON-GOALS:
Manage all the JVM native library dependencies required by the running host environment. ie: you need to setup the RXTX native library yourself in your JVM installation.At present this implement only on receive from XBee to the Endpoint, and via the Consumer on the Camel routes.
You will need to provide manually to your running JVM the RXTX native library, the project only imports the Java Library via Maven.