{"id":32303952,"url":"https://github.com/mateustoin/dji-tello-dart-package","last_synced_at":"2026-02-20T23:01:45.278Z","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":3,"default_branch":"main","last_synced_at":"2025-05-06T19:38:37.126Z","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":"70296867-c8f9-4843-99e3-e4b479053cfc","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,"purl":"pkg:github/mateustoin/DJI-Tello-Dart-Package","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateustoin%2FDJI-Tello-Dart-Package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29667119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-10-23T06:13:59.794Z","updated_at":"2026-02-20T23:01:45.273Z","avatar_url":"https://github.com/mateustoin.png","language":"Dart","funding_links":[],"categories":[],"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"}