Cyber1000
Cyber1000
Added support for multisim (see #598): - if multisim you now have multiple entries at some places (see screenshots) - at this places the phone-number will be displayed (43...) in...
a docker/vscode enhancement, because I didn't want to mess up my system. Far from perfect since vscode doesn't seem to have a perfect android plugin. Feel free to test and...
- rpi4 8Gb (aarch64) - 4 cores - running ubuntu Testruns ``` sysbench cpu --time=120 --cpu-max-prime=20000 --threads=4 run | grep "events per second" | awk -F ":" '{print $2}' |...
Similar to #2503 where install-args are included in export-file, I would like to have pinned-state included in export. I'm aware that pinned state isn't known at install time, but it...
In an old post (https://www.raspberrypi.org/forums/viewtopic.php?t=152144) from 2016 it says: > Just configure a pre capture time large enough to cover the max replay time you want, then send record commands...
- RPi zero (old version 1.3 with wlan-dongle) - distro: dietpi (reduced raspbian-image) Problem: /etc/rc.local is missing, install gives me this error (and pikrellcam doesn't start automatically) ``` grep: /etc/rc.local:...
Since plain_coap has some similarities to coap (except the AES-encryption) I now use a common base between these two. That will also reduce the changes involved moving to another coap-libary...
Preparation for using client-classes with something more server-centric (rest-service, mqtt, ...) - Depends on #86 (including commits from there), so should be merged afterwards # Tasks - [ ] Merge...
Depends on #86 ## Description - uses https://github.com/chrysn/aiocoap instead of https://github.com/Tanganelli/CoAPthon3 - added monkeypatch from here https://github.com/betaboon/aioairctrl/blob/master/aioairctrl/coap/aiocoap_monkeypatch.py (see https://github.com/betaboon/aioairctrl/issues/3), needed for some devices ## Advantages - aiocoap seems to be...
- device: AC2889/10 may be relevant to others too - version: coap (with encryption) may be relevant to others too - see here: - Questions/annotations-section: https://github.com/rgerganov/py-air-control/issues/35#issuecomment-626071625 - https://github.com/rgerganov/py-air-control/issues/35#issuecomment-626075260 I don't...