Skip to content

Ravi Bandakkanavar

As a technology enthusiast, I have embarked on a perpetual journey of discovery, unearthing the latest trends, innovations, and breakthroughs that shape our modern world. Through my blog Krazytech, I aim to share my deep understanding and insights with a growing audience, weaving a tapestry of knowledge that empowers and inspires. As a founder, I tirelessly research and curate content that informs, educates, and sparks meaningful conversations. My mission is to create a space where technology enthusiasts can thrive, where ideas flourish, and where innovation takes center stage. Together, we embark on a collective journey, exploring the possibilities and potential of our digital age.

Mobile ad hoc network

Mobile Ad Hoc Network Routing Protocols and Applications

Mobile ad hoc network (MANET) is an autonomous system of mobile nodes connected by wireless links. Each node operates not only as an end system, but also as a router to forward packets. The nodes are free to move about and organize themselves into a network. These nodes change position frequently.

Solar impulse flight top view

Solar Impulse – Solar Powered Flight

Solar Impulse is a next generation solar powered flight. The motto of this project is to make use of freely available solar energy to travel around the world and to maintain clean, non polluted environment.

PHP code to display MySQL data in an HTML table

PHP code to display MySQL data in an HTML table

A simple HTML form containing fields – Name, Address Line1, Address Line2, and E-mail. On submitting the form, the data is inserted into MySQL table using PHP code. We will iterate over each record present in the table to display MySQL data in an HTML table.

Implementation of Hamming code

Implementation of Hamming code

Hamming code pattern is mainly used for detection of errors in bits. The main objective is, detection of single bit error, burst error and to correct by using the suitable methodology (by hamming distance concept).