C program to interact with frame buffer devices

Screen information are queried by applications using the FBIOGET_FSCREENINFO and FBIOGET_VSCREENINFO ioctls. Those ioctls take a pointer … Read more

Linux test case for framebuffer driver

Screen information are queried by applications using the FBIOGET_FSCREENINFO and FBIOGET_VSCREENINFO ioctls. Those ioctls take a pointer … Read more

Convert bitmap ( bmp ) files to raw 16 bit data using C program in Linux

bmptoraw is utility to convert bitmap files to raw 16 bit data. This program assumes a 24 … Read more

C program to verify the integrity of a file with md5 checksum

Most of the times we downloaded some files from the internet, and we also see people provides … Read more

sniffex – C program to Capture wifi packets using libpcap

libpcap provides functions for user-level packet capture, used in low-level network monitoring. Following program captures the packets … Read more

How to Create Static Library in Linux ?

If you want to create shared library visit our another article “How to create Shared Library in … Read more

How to compile C program for X86 Desktop and Embedded Hardware ?

If we consider that we are working on two platforms,1. x86 – 32 or 64 bit i.e. … Read more

Difference between native compilation and cross compilation ?

If we consider that we are working on two platforms,1. x86 – 32 or 64 bit i.e. … Read more

How to enable Wifi with yocto

If you want to have WiFi integrated with yocto root filesystem, follow below mentioned steps, Open file, … Read more