Results 738 comments of Andrew King

Those are the messages that need to be implemented and sent. The difficult one will come with the reworking of the message class. We may no longer be able to...

Just busy with work at the moment. If you can code rust it might be helpful if you could work up a basic PR for at least the messages structures...

We actually do have pinging. We also drop the connection if there is no response for a certain timeframe. This is especially true with udp cameras since a camera must...

I notice your connecting over tcp instead of udp. There's no ack packets there and instead we rely on link packets to ping. I'll have a look into tcp keep...

Not yet but I keep meaning to add SD stuff into neolink. Maybe I should make that the next addition. I'll need to fish out an old SD card from...

Not sure if you noticed but the RE of this is happening on #104

The issue with doing that is, if we are not connected how do we monitor the motion detection. We need to be logged in to get the motion events

Maybe. Id also like to investigate the push messages. I suspect that the camera sends messages to Reolink for that so maybe we can get updates from there.

I'll see about making the motion optional and issuing it more as a on demand client instead. Maybe I can put a command for explicit connect/disconnect for the camera. Then...

I'm in the process of reverse engineering the push notifications. I have worked out the messages for my ios device, but I've hit a problem. I can emulate a push...