Go to file
2018-09-22 13:40:02 -05:00
internal Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
.gitignore Implementing EventStream support (still a WIP). 2018-09-16 23:44:41 -05:00
arlo_test.go More refactoring; eventstream is working, but still needs work. 2018-09-19 02:07:32 -05:00
arlo.go Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
arlobaby.go More refactoring, internal API almost stable. Added a shitload of external Arlo APIs! The library is at about 60% parity with the Python version. 2018-09-20 17:38:01 -05:00
basestation.go Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
camera.go Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
const.go Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
devices.go More refactoring, internal API almost stable. Added a shitload of external Arlo APIs! The library is at about 60% parity with the Python version. 2018-09-20 17:38:01 -05:00
events_stream.go Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
Gopkg.lock More refactoring; eventstream is working, but still needs work. 2018-09-19 02:07:32 -05:00
Gopkg.toml Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00
library.go More refactoring, internal API almost stable. Added a shitload of external Arlo APIs! The library is at about 60% parity with the Python version. 2018-09-20 17:38:01 -05:00
LICENSE Initial commit 2017-11-22 10:47:15 -06:00
logo.png Adding Arlo logo. 2018-09-22 13:40:02 -05:00
README.md Initial commit 2017-11-22 10:47:15 -06:00
responses.go More refactoring, internal API almost stable. Added a shitload of external Arlo APIs! The library is at about 60% parity with the Python version. 2018-09-20 17:38:01 -05:00
types.go More refactoring, internal API almost stable. Added a shitload of external Arlo APIs! The library is at about 60% parity with the Python version. 2018-09-20 17:38:01 -05:00
util.go Fixed race conditions, refactored the basestation and eventstream code to make it safer. 2018-09-22 09:15:22 -05:00

arlo-go

Go package for interacting with Netgear's Arlo camera system.