jonathanrobichaud4 / raysharp-dvr-api-docs-and-sdk

All docs that I found online for raysharp (Swann) DVRs/NVRs
7 stars 0 forks source link

Jackpot #1

Open zakisaad opened 4 months ago

zakisaad commented 4 months ago

Just wanted to say that this is a treasure trove... thanks

Wrangling with a Swann black box, I may be able to cobble together a somewhat reasonable local HKSV implementation with this.

Curious: what drove you to look for (and then publish -- thanks again) this SDK?

jonathanrobichaud4 commented 4 months ago

Thanks for the compliment! 😄 I forget where I found them (I think the depths of google off a random website but this was two years ago) but, I was looking for a Swann integration for home assistant and couldn't find one so I did some digging. I published them because I'm not proficient enough in programming (mainly picking apart the sdk files) so that someone else could take a look if they wanted! The unfortunate thing is that the http rest api doesn't do much (half of the endpoints return template values that have nothing to do with the cameras or their state). I'd recommend looking into the port 9000 api as this is how the oem apps communicate and get status updates from the DVR. I think the information for that is in the sdk folder somewhere.