Code Monkey home page Code Monkey logo

tlmreaderlib's Introduction

TLMReaderLib

Build Status

Turn Spektrum TLM telemetry files into usable data for your Java application.

Spektrum TLM File Reader/Decoder Library

This project is designed to provide a Java library to read TLM byte data output by current Spektrum transmitters (DX8 and DX18) into a usable format. Please see this RC Groups thread for more information.

Updates coming soon!

Documentation

As the project grows the hope is that the documentation will too. Please see the documentation page for more information.

Compatibility

At the moment I am without a Spektrum telemetry system to generate my own TLM files from the latest Airwave firmware. This library will rely on users providing feedback and TLM files for tests to be run. It is the hope that Spektrum will not be changing the format of the TLM file but since this project is completely unofficial there is no guarantee that the library will be compatible with future version of Airwave, future versions of Spektrum transmitters, or support any changes at all!

If you are using this library in your application and encounter an issue processing a TLM file please reach out and communicate with me on getting your issue resolved or enhancement implemented. The best way to contact us through the RCGroups thread.

Prereqs

To begin working with the code you'll need to have at least JDK 8 installed and Maven 3.5.2

Insure that JAVA_HOME is set to your JDK folder and that the bin path for Maven is added to your PATH variable.

Building

You can build this with Maven:

mvn compile

Package up everything with:

mvn package

tlmreaderlib's People

Contributors

david-0 avatar mikejr83 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tlmreaderlib's Issues

Exception in thread "main" java.lang.RuntimeException: FlightId '5' not found in inputStream.

When running the example (App.java) out of the box...

Exception in thread "main" java.lang.RuntimeException: FlightId  '5' not found in inputStream.
	at com.monstarmike.tlmreader.TLMReader.parseFlight(TLMReader.java:109)
	at com.monstarmike.tlmreader.TLMReader.parseFlight(TLMReader.java:32)
	at com.monstarmike.tlmreader.App.main(App.java:30)
----------------------------------------------------------------------

Files mixmatch

The filename you have listed in App.java does not match the file in the test folder...

2015-12-29_HELI.TLM vs 2015-12-22_HELI.TLM

Actually, the '22' file is comment out... please consider adding the '29' file to the repo so it runs out of the box.

Thanks

GPS support

Can you please add support to dump GPS data, when the GPS unit is used.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.