Skip to content

A .NET Core SDK implementation for Blink Security cameras based on the MattTW's unofficial documentation

License

Notifications You must be signed in to change notification settings

Ercenk/BlinkDotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlinkDotnet

A .NET Core SDK implementation for Blink Security cameras based on the MattTW's unofficial protocol documentation (thanks MattTW!)

I implemented this simple library with minimal set of operations to support my custom security camera management project running on Azure. The library implements the following:

  • Login
  • Get Events
  • Get networks
  • Get all videos
  • Download a video

Just instantiate a camera with your user name and password and call the methods...

  this.blinkCam = new BlinkCam(userName, password);

About

A .NET Core SDK implementation for Blink Security cameras based on the MattTW's unofficial documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages