{"id":13710789,"url":"https://github.com/mateustoin/DJI-Tello-Dart-Package","last_synced_at":"2025-05-06T19:32:37.269Z","repository":{"id":56304446,"uuid":"312929669","full_name":"mateustoin/DJI-Tello-Dart-Package","owner":"mateustoin","description":"Quick and easy way to connect to a DJI Tello Drone. Using standard Dart packages, the socket is created intuitively and commands are sent easily.","archived":false,"fork":false,"pushed_at":"2024-06-09T20:21:45.000Z","size":13,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-13T21:44:36.736Z","etag":null,"topics":["control-tello-drone","dart","dji-tello","dji-tello-drone","drone","flutter","package","package-manager","tello","tello-drone"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/tello","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateustoin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-15T00:40:44.000Z","updated_at":"2024-06-09T20:21:49.000Z","dependencies_parsed_at":"2024-11-13T21:34:29.100Z","dependency_job_id":"e08d6468-72ce-4dde-bb8f-f886aafcbf54","html_url":"https://github.com/mateustoin/DJI-Tello-Dart-Package","commit_stats":{"total_commits":8,"total_committers":3,"mean_commits":"2.6666666666666665","dds":0.375,"last_synced_commit":"0a2b907ffc7ebbae9c7735565f2d01f8e0bee363"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateustoin%2FDJI-Tello-Dart-Package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateustoin%2FDJI-Tello-Dart-Package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateustoin%2FDJI-Tello-Dart-Package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateustoin%2FDJI-Tello-Dart-Package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateustoin","download_url":"https://codeload.github.com/mateustoin/DJI-Tello-Dart-Package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252753741,"owners_count":21799003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["control-tello-drone","dart","dji-tello","dji-tello-drone","drone","flutter","package","package-manager","tello","tello-drone"],"created_at":"2024-08-02T23:01:00.894Z","updated_at":"2025-05-06T19:32:32.216Z","avatar_url":"https://github.com/mateustoin.png","language":"Dart","funding_links":[],"categories":["SDK Wrappers"],"sub_categories":[],"readme":"# Controlling DJI Tello Drone with Dart\n\nSimple example to control Tello Drone with commands recieved from terminal.\n\n```dart\nimport 'dart:async';\nimport 'dart:io';\nimport 'package:tello/tello.dart';\n\nmain() async {\n  // Connect to Tello when machine WiFi is already connected to the drone\n\tvar tello = new ConnectTello();\n\n  while(true) {\n    stdout.write('Write a command: ');\n    String command = stdin.readLineSync();\n    tello.sendCommand(command);\n    await Future.delayed(Duration(milliseconds: 100));\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateustoin%2FDJI-Tello-Dart-Package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateustoin%2FDJI-Tello-Dart-Package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateustoin%2FDJI-Tello-Dart-Package/lists"}