Intelbrás manufactures very popular alarm panels in Brazil market and
some of them have network protocols that communicates with monitoring
services through GPRS and Ethernet. Can we leverage this communication
to use them in Home Automation systems?
[Read More]
Using C++14 STL with 8-bits microcontrollers
GCC has support for using its Standard Template Library in AVR 8-bit
microcontrollers since 2016, when we at Expertise Solutions pushed
three commits upstream to GCC project.
[Read More]
Compiling Wayland Protocol
We’re developing our own Wayland Compositor, and we noticed most
projects just use libwayland-server. However, we want more control
over the on-the-write protocol I/O and better integration with our C++
codebase.
[Read More]