{"id":20655538,"url":"https://github.com/postmannen/bebop","last_synced_at":"2026-04-24T07:33:25.208Z","repository":{"id":91227397,"uuid":"188442973","full_name":"postmannen/bebop","owner":"postmannen","description":"Parrot Bebop Drone","archived":false,"fork":false,"pushed_at":"2019-07-19T08:50:36.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-28T09:15:43.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postmannen.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-05-24T15:10:38.000Z","updated_at":"2024-06-19T07:59:07.593Z","dependencies_parsed_at":null,"dependency_job_id":"69942c7d-5067-46c4-9e2d-cdc9ce96f45a","html_url":"https://github.com/postmannen/bebop","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/postmannen/bebop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmannen%2Fbebop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmannen%2Fbebop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmannen%2Fbebop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmannen%2Fbebop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postmannen","download_url":"https://codeload.github.com/postmannen/bebop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmannen%2Fbebop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32214415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"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":[],"created_at":"2024-11-16T18:11:42.362Z","updated_at":"2026-04-24T07:33:25.194Z","avatar_url":"https://github.com/postmannen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bebop\n\nThe Parrot Bebop and Parrot Bebop 2 are inexpensive quadcopters that can be controlled using their built-in API commands via a WiFi connection. They include a built-in front-facing HD video camera, as well as a second lower resolution bottom-facing video camera.\n\n## How to Install\n```\ngo get -d -u gobot.io/x/gobot/...\n```\n\n## How to Use\n```go\npackage main\n\nimport (\n\t\"time\"\n\n\t\"gobot.io/x/gobot\"\n\t\"gobot.io/x/gobot/platforms/parrot/bebop\"\n)\n\nfunc main() {\n\tbebopAdaptor := bebop.NewAdaptor()\n\tdrone := bebop.NewDriver(bebopAdaptor)\n\n\twork := func() {\n    drone.HullProtection(true)\n\t\tdrone.TakeOff()\n\t\tgobot.On(drone.Event(\"flying\"), func(data interface{}) {\n\t\t\tgobot.After(3*time.Second, func() {\n\t\t\t\tdrone.Land()\n\t\t\t})\n\t\t})\n\t}\n\n\trobot := gobot.NewRobot(\"drone\",\n\t\t[]gobot.Connection{bebopAdaptor},\n\t\t[]gobot.Device{drone},\n\t\twork,\n\t)\n\n\trobot.Start()\n}\n```\n\n## How to Connect\n\nBy default, the Parrot Bebop is a WiFi access point, so there is no additional work to establish a connection to a single drone, you just connect to it.\n\nOnce connected, if you want to stream drone video you can either:\n\n\t- Use the RTP protocol with an external player such as mplayer or VLC.\n\t- Grab the video frames from the drone's data frames, and work with them directly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmannen%2Fbebop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostmannen%2Fbebop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmannen%2Fbebop/lists"}