satirebird
satirebird
In some cases I have trouble that my telephone partner only listens to silence. I captured some test calls with wireshark. I found three different types of connections. One of...
If the string contains a ',' the example code produces the following error: ``` Traceback (most recent call last): File "hello-world.py", line 47, in Z[y:y+h,x:x+w] += numpy.array(bitmap.buffer, dtype='ubyte').reshape(h,w) ValueError: operands...
It there any way to generate printable (nice looking) reports. I want to do something like this: ``` watson report --json > report.json some_converter report.json report.html/pdf print report.pdf ``` My...
The mpd `lsinfo` command returns a list but the return value of the corresponding client function returns a single `Song`. The implemented behavior returns the last entry. The mpd documentation...
### Context If linphone tries to register my SIP account (telekom) it receives a 400 Bad Request from the server. I captured it with wireshark. My other provider sipgate works...
I have tried to transfer a file from an embedded device (u-boot) to the host. I got a lot of error messages: ``` ..... tftp WRQ 'cfg.dat' from 192.168.3.201:2864 tftp...