nanosonde

Results 68 comments of nanosonde

Another implementation in Python: https://github.com/XKNX/xknx/pull/875/files

Concerning the large binary: Have you disabled RTTI, exception handling and the stdlib while compiling the C++ code? C++ in this project is not using the STL and does not...

Hi! I am currently working on this indirectly, as I have implemented a simple cEMI Server with KNX USB data interface support. ETS and Net'n'Node recognize it already. While implementing...

https://service.avm.de/help/de/FRITZ-Box-7590/018/hilfe_dyndns Firmware: 7.12 The help pages says that besides ipaddr and ip6addr that there is a third parameter called ip6lanprefix.

An advertising packet can be up to 31 bytes of data. Each field (i.e. appearance, name, service UUID or similar) have a header of 2 bytes (length and type), meaning...

It would be nice to have a clean way to generate the [Xcode project](https://github.com/krzyzanowskim/OpenSSL/tree/master/OpenSSL.xcodeproj) by script instead of commiting the saved one from Xcode.

If we rely on standards-based cameras, it could work though. ONVIF Profile T: Chapter 8.12 Audio Output streaming: https://www.onvif.org/wp-content/uploads/2018/09/ONVIF_Profile_T_Specification_v1-0.pdf More practical details: https://www.happytimesoft.com/knowledge/audio-back-channel.html So basically a third stream towards the...

This is an incomplete example which shows how I could do it. Is this correct? How could I improve the `.valueOffset` calculation? UPDATE: Got it working. I was not aware...

@themarpe Github Actions would also be possible. https://github.com/vector-of-bool/cmrc/actions

I am experiencing the same issue. Looking at the media_player code I wonder if the state handling is missing. I have looked at other media_player implementations and there I can...