Cruiser79

Results 26 comments of Cruiser79

Nice idea: I could also open a socket to this port and recognized "EVENT: MOTION detect." messages. It also works from another server in the same network to access the...

Maybe someone need some simple example code. A very simple proof-of-concept go program looks like this: ``` package main import ( "fmt" "github.com/eclipse/paho.mqtt.golang" "net" "bufio" "os" "strings" ) func main()...

Did i only have to unpack the binary from goke_p2pcam_param.tar.gz, copy it to my sd-card of the camera, overwrite the old goke_p2pcam_param with it and run the commands in manevich...

It seems for me, that there is a bug in this goke_p2pcam_param. I got an Segmentation fault, if i used this binary. If the keyphrase is too long (more than...

Just another hint: It is not only the length, to get the segmentation fault This both examples are working. If i add to every one a character, i got the...

Maybe @deorder can help in the problem with only 8 characters for the passphrase. The code with this implementation was written from him. Where did you get the restriction of...

> Yes I have to fix that apparently, sorry everyone. Will do it this weekend. Very nice. Please upload the binary of goke_p2pcam_param then here, so i can test it...

> The new binary and code are inside the attached archive, as follows: > [goke-tools.tar.gz](https://github.com/ant-thomas/zsgx1hacks/files/2430184/goke-tools.tar.gz) > > Max SSID character length is now 32 according to specs and the max...

@Miguipda The idea was nice, but my cam don't send a Capabilities - Extension - Recording in the _GetCapabilities_ request. It is optional, says the WSDL. Also the _GetStorageConfigurations_ method...

@roleoroleo What did you patched in the p2pcam binary? Can you give me some more infos? My firmware is 3.1.0.0824, so i can't use your version of binary. I will...