jar

me.friwi : tello4j

Maven & Gradle

Jan 24, 2020
10 stars

Tello4J · A Java library for communication with your tello drone. Supporting SDK commands, state updates and video feed.

Table Of Contents

Latest Version

Download me.friwi : tello4j JAR file - Latest Versions:

All Versions

Download me.friwi : tello4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tello4j-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.friwi.tello4j.api.world

├─ me.friwi.tello4j.api.world.FlipDirection.class - [JAR]

├─ me.friwi.tello4j.api.world.MovementDirection.class - [JAR]

├─ me.friwi.tello4j.api.world.TurnDirection.class - [JAR]

me.friwi.tello4j.wifi.impl.network

├─ me.friwi.tello4j.wifi.impl.network.TelloCommandConnection.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.network.TelloCommandQueue.class - [JAR]

me.friwi.tello4j.wifi.impl.response

├─ me.friwi.tello4j.wifi.impl.response.BinaryTelloResponse.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.response.CommandResultType.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.response.TelloCommandResultResponse.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.response.TelloReadCommandResponse.class - [JAR]

me.friwi.tello4j.wifi.model.response

├─ me.friwi.tello4j.wifi.model.response.TelloResponse.class - [JAR]

me.friwi.tello4j.api.video

├─ me.friwi.tello4j.api.video.TelloVideoExportType.class - [JAR]

├─ me.friwi.tello4j.api.video.TelloVideoFrame.class - [JAR]

├─ me.friwi.tello4j.api.video.VideoListener.class - [JAR]

├─ me.friwi.tello4j.api.video.VideoPanel.class - [JAR]

├─ me.friwi.tello4j.api.video.VideoWindow.class - [JAR]

me.friwi.tello4j.wifi.model.command

├─ me.friwi.tello4j.wifi.model.command.ControlCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.model.command.ReadCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.model.command.SetCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.model.command.TelloCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.model.command.TelloResultCommand.class - [JAR]

me.friwi.tello4j.wifi.impl.video

├─ me.friwi.tello4j.wifi.impl.video.CustomFFmpegFrameGrabber.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.video.TelloFrameGrabberThread.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.video.TelloVideoQueue.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.video.TelloVideoThread.class - [JAR]

me.friwi.tello4j.wifi.impl.command.set

├─ me.friwi.tello4j.wifi.impl.command.set.RemoteControlCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.set.SetSpeedCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.set.SetWifiPasswordAndSSIDCommand.class - [JAR]

me.friwi.tello4j.wifi.impl.command.control

├─ me.friwi.tello4j.wifi.impl.command.control.EmergencyCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.EnterSDKModeCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.FlipCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.FlyCurveCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.FlyDirectionCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.FlyParameterizedCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.LandCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.StreamOffCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.StreamOnCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.TakeoffCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.control.TurnCommand.class - [JAR]

me.friwi.tello4j.api.drone

├─ me.friwi.tello4j.api.drone.TelloDrone.class - [JAR]

├─ me.friwi.tello4j.api.drone.WifiDroneFactory.class - [JAR]

me.friwi.tello4j.wifi.model

├─ me.friwi.tello4j.wifi.model.TelloSDKValues.class - [JAR]

me.friwi.tello4j.wifi.impl.command.read

├─ me.friwi.tello4j.wifi.impl.command.read.ReadAccelerationCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadAttitudeCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadBarometerCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadBatteryCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadHeightCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadMotorTimeCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadSpeedCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadTOFDistanceCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadTemperatureCommand.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.command.read.ReadWifiSNRCommand.class - [JAR]

me.friwi.tello4j.wifi.impl.state

├─ me.friwi.tello4j.wifi.impl.state.TelloStateDeserializer.class - [JAR]

├─ me.friwi.tello4j.wifi.impl.state.TelloStateThread.class - [JAR]

me.friwi.tello4j.wifi.impl

├─ me.friwi.tello4j.wifi.impl.WifiDrone.class - [JAR]

me.friwi.tello4j.api.state

├─ me.friwi.tello4j.api.state.StateListener.class - [JAR]

├─ me.friwi.tello4j.api.state.TelloDroneState.class - [JAR]

me.friwi.tello4j.api.exception

├─ me.friwi.tello4j.api.exception.TelloCommandException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloCommandTimedOutException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloConnectionTimedOutException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloCustomCommandException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloGeneralCommandException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloNetworkException.class - [JAR]

├─ me.friwi.tello4j.api.exception.TelloNoValidIMUException.class - [JAR]

me.friwi.tello4j.util

├─ me.friwi.tello4j.util.TelloArgumentVerifier.class - [JAR]

Advertisement

Dependencies from Group

Dec 18, 2021
1 usages
Feb 12, 2023
1 usages
Dec 18, 2021
1 usages
Jan 24, 2020
10 stars
Aug 07, 2023
181 stars

Discover Dependencies

Dec 30, 2019
0 stars
Jan 09, 2020
0 stars
Jan 10, 2021
5 stars
May 11, 2021
2 stars
Jun 03, 2022
415 stars
Feb 04, 2020
1 usages
2 stars
Jan 22, 2020
3 stars
Dec 26, 2022
53 stars