Author Archives: Adrian Dubiel

MQTT – IoT protocol test – flower pot moisture web monitoring

In this article I want to describe a testing of one of the many protocols dedicated to the Internet of Things / Web of Things – MQTT protocol and some of the services (hosting platform and mqtt broker) which can … Continue reading

Posted in IoT, Raspberry Pi | Tagged , , , , , | Leave a comment

Raspberry Pi + Pocketsphinx + Dimmer = Voice Dimmer

In the last couple of days I was playing with voice recognition on Raspberry Pi. I have tried a library called Pocketsphinx written in C: http://www.cmusphinx.sourceforge.net With a medium knowledge of C language it can be easily adopted to custom … Continue reading

Posted in Electronics, Raspberry Pi | Tagged , , , | 5 Comments

Property get vs get-like function

I was wondering if there are any differences between using property getter and simple get function.. well there’s no difference, but lets see Results: There is no difference between IL codes of property get and get function as we see … Continue reading

Posted in C# | Tagged , | Leave a comment

Initialization and access performance tests

I was wondering many times whether to use structure or class, how I should initialize structure, and ofcourse about array vs list accessibility issue. There is a lot of tests on the web, however I decided to manage some sort … Continue reading

Posted in C# | Tagged , | 1 Comment