Results 31 issues of Andrew King

### Overview This allows for multiple streams on a single login. --- ### Changes - Subscriptions are now on message numbers not message IDs - If the camera sends a...

This PR adds motion detection to `neolink_core` - It also contains some small fixes to documentation and comments - Additionally, while writing the motion detection code I made the callback...

Battery UDP Camera's are mostly ready for merging (#199) however currently neolink drains their battery pretty fast even when on solar power. I believe this is because. Neolink always pulls...

enhancement

#### Depends on #203 --- This PR adds an mqtt subcommand. This will allow neolink to connect to an mqtt server. - Neolink will post motion detection message to the...

Currently we ignore the camera's own timestamps and use the clock to stamp the video as it goes through the rtsp pipeline. This is mostly ok with tcp as there...

enhancement

Depends on #199 #203 --- This PR intents to add motion based streaming. ### Features - [x] When motion is stopped it can show the last picture - [x] When...

Some camera's come with motion detection. I would like to have some way for neolink to signal that motion was detected. For now I think just printing to std-out but...

enhancement

So I wanted to discuss this code. https://github.com/thirtythreeforty/neolink/blob/f5fd552f2566fdfc278877482264f0a9a5986ae4/src/bc/de.rs#L57-L66 For awhile I've noticed that the timeout is ignored during deser even if `RX_TIMEOUT` is set to ubsurd long values like 30mins...

This is a proposal for comments so @thirtythreeforty please tell me what you think and if you have any ideas that might make it easier to implement. Or if it...

This creates the three stage docker you suggested in #104 and and also builds a multi arch docker image with amd64/armv7 and armv6. The issue with getting armv6 previously is...