Listing below some of the Projects we have experience with. We can develop similar Proof Of Concept and development projects for clients.
- OpenStreetMap Route Planner:
In this project, we created a route planner that plots a path between two points on a map using real map data from the OpenStreeMap project.
For map rendering used IO2D, 2D Graphics Library.
https://github.com/kashi-iiitb/CppND-Route-Planning-Project/ - Linux System Monitor:
Developed process monitor program similar to ‘htop’ command in Linux, which will allow us to see all the active processes on the system, with their corresponding process ids (PIDs), CPU usage, and memory usage. - Memory Management ChatBot:
Modified an existing ChatBot program, which is able to discuss some memory management topics based on the content of a knowledge base.
https://github.com/kashi-iiitb/CppND-Memory-Management-Chatbot - Concurrent Traffic Simulation:
Implemented traffic lights to manage the vehicles entering the intersections for safety. Each intersection will therefore be equipped with a traffic light. In this project, we built a suitable and thread-safe communication protocol between vehicles and intersections to complete the simulation.
https://github.com/kashi-iiitb/CppND-Program-a-Concurrent-Traffic-Simulation - Snake Game:
Added features to a simple 2D Snake game based on the SDL game programming library.
https://github.com/kashi-iiitb/CppND-Capstone-Snake-Game - Word Count:
It is a command line word counting program and displays 20 highest frequency words. Used Binary Search tree to store the words. The program is written in C, C++.
https://github.com/kashi-iiitb/word_count