hybridgroup/gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 7th, 2026
Created on September 21st, 2013
Open Issues & Pull Requests: 100 (+0)
GitHub issues: Enabled
Number of forks: 1,064
Total Stargazers: 9,464 (+0)
Total Subscribers: 314 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 days
Mean response time: 366.5 days
90th percentile: 1749.7 days
Tracked items: 57

How this project is maintained

90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 4 hours, while "enhancement" waits about 3 weeks. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 21
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,642 days
Stale 30+ days: 21
Stale 90+ days: 21

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (14)
  • wontfix (13)
  • bug (12)
  • platform-request (11)
  • done on dev (8)
  • device-request (6)
  • question (6)
  • documentation-needed (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Gobot is a framework for robotics, drones, and Internet of Things applications written in Go.

Gobot addresses the challenge of coordinating multiple heterogeneous hardware devices in a single application. It provides abstractions for communicating with platforms like Arduino, Raspberry Pi, BeagleBone, Intel Edison, and Sphero robots through protocols including GPIO, I2C, Bluetooth, and MQTT. The framework offers three usage patterns: "Classic" Gobot uses the full framework with built-in abstractions; "Metal" Gobot lets developers use only the underlying packages for direct hardware control with idiomatic Go code; and "Manager" Gobot enables coordination of robot swarms and includes an API server for remote control.

Gobot suits projects where Go is already the chosen language and multiple device types must work together. It works well for physical computing prototypes, IoT deployments, and robotics applications where cross-compilation to embedded platforms is needed. The framework handles the complexity of managing different hardware communication protocols, reducing boilerplate when building multi-device systems. Developers should be aware that they will need to cross-compile binaries for their target platform and that platform-specific documentation exists in subfolders for configuration details.

The project maintains active engagement with its community through documentation and examples. Development shows consistent attention to supporting new hardware platforms and protocols. The framework remains actively maintained with ongoing refinement of its core abstractions and expansion of device support.