A Golang library for interacting with adb.
Go to file
2015-09-06 12:56:35 -07:00
cmd Removed unused err return value from NewDeviceWatcher. 2015-09-05 23:24:02 -07:00
util Added function to build more useful error messages for debugging. 2015-09-05 20:55:20 -07:00
wire Implemented device event watcher and improved errors. 2015-07-19 12:45:24 -07:00
.travis.yml Locked go version to 1.4 on travis. 2015-05-03 18:27:21 -07:00
client_config.go Decoupled clients from each other. 2015-07-11 23:21:10 -07:00
device_client.go Fixed DeviceClient not closing the connection on Stat. 2015-09-05 20:37:40 -07:00
device_client_test.go Richer error handling. 2015-07-12 00:37:58 -07:00
device_descriptor.go Decoupled clients from each other. 2015-07-11 23:21:10 -07:00
device_info.go Richer error handling. 2015-07-12 00:37:58 -07:00
device_info_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
device_watcher.go Removed unused err return value from NewDeviceWatcher. 2015-09-05 23:24:02 -07:00
device_watcher_test.go Fixed device watcher tests. 2015-07-19 14:41:27 -07:00
devicedescriptortype_string.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
dialer.go Implemented device event watcher and improved errors. 2015-07-19 12:45:24 -07:00
dir_entries.go Added utility method to DirEntries for reading all entries. 2015-09-06 12:56:35 -07:00
doc.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
host_client.go Removed unused err return value from NewDeviceWatcher. 2015-09-05 23:24:02 -07:00
host_client_test.go Implemented device event watcher and improved errors. 2015-07-19 12:45:24 -07:00
LICENSE.txt Initial commit – wire format implementation and some host client commands. 2015-04-11 16:58:49 -07:00
README.md Added link to demo.go to README.md. 2015-04-12 22:19:48 -07:00
server_controller.go Implemented device event watcher and improved errors. 2015-07-19 12:45:24 -07:00
sync_client.go Richer error handling. 2015-07-12 00:37:58 -07:00
sync_client_test.go Richer error handling. 2015-07-12 00:37:58 -07:00
sync_file_reader.go Started host and local service clients. 2015-04-12 22:07:12 -07:00
sync_file_reader_test.go Parse more bits out of file modes in sync mode. 2015-04-28 14:25:36 -05:00
util.go Richer error handling. 2015-07-12 00:37:58 -07:00
util_test.go Started host and local service clients. 2015-04-12 22:07:12 -07:00

#goadb

Build Status GoDoc

A Golang library for interacting with the Android Debug Bridge (adb).

See demo.go for usage.