#c_lang #ble #bluetooth_low_energy #iot #nrf52 #sensor #soil_moisture #soil_moisture_sensor
The b-parasite is a small, open-source device that checks soil moisture, air temperature, humidity, and light for your plants, using a simple coin cell battery that can last over two years. It works with popular smart home systems like Home Assistant and can send data wirelessly using Bluetooth or Zigbee. The device is easy to build or buy, comes with free designs and software, and can be protected with a 3D-printed case. This helps you keep your plants healthy by giving you clear, regular updates on their environment, so you know exactly when to water or adjust conditions[1][2][3].
https://github.com/rbaron/b-parasite
The b-parasite is a small, open-source device that checks soil moisture, air temperature, humidity, and light for your plants, using a simple coin cell battery that can last over two years. It works with popular smart home systems like Home Assistant and can send data wirelessly using Bluetooth or Zigbee. The device is easy to build or buy, comes with free designs and software, and can be protected with a 3D-printed case. This helps you keep your plants healthy by giving you clear, regular updates on their environment, so you know exactly when to water or adjust conditions[1][2][3].
https://github.com/rbaron/b-parasite
GitHub
GitHub - rbaron/b-parasite: 🌱💧 An open source DIY soil moisture sensor
🌱💧 An open source DIY soil moisture sensor. Contribute to rbaron/b-parasite development by creating an account on GitHub.
#python
AI agents are powerful tools that can interact with the outside world, doing tasks like drafting emails or booking appointments. They can be very effective without needing a lot of code, but you can also create more complex applications by combining multiple agents. Learning about AI agents can help you create incredible software and transform businesses. By joining an AI Agents Masterclass, you can learn how to use these agents to achieve big goals and make your work easier and more efficient. This can help you dream big and create amazing things with AI
https://github.com/coleam00/ai-agents-masterclass
AI agents are powerful tools that can interact with the outside world, doing tasks like drafting emails or booking appointments. They can be very effective without needing a lot of code, but you can also create more complex applications by combining multiple agents. Learning about AI agents can help you create incredible software and transform businesses. By joining an AI Agents Masterclass, you can learn how to use these agents to achieve big goals and make your work easier and more efficient. This can help you dream big and create amazing things with AI
https://github.com/coleam00/ai-agents-masterclass
GitHub
GitHub - coleam00/ai-agents-masterclass: Follow along with my AI Agents Masterclass videos! All of the code I create and use in…
Follow along with my AI Agents Masterclass videos! All of the code I create and use in this series on YouTube will be here for you to use and even build on top of! - coleam00/ai-agents-masterclass
❤2
#python #agent #ai #biomedicine
Biomni is a powerful AI tool designed to help biomedical researchers by automating complex tasks like gene analysis, drug testing, and data interpretation. It uses advanced language models combined with smart planning and coding to perform diverse research activities without needing preset instructions. This means you can ask Biomni to plan experiments, analyze data, or predict drug properties using simple natural language commands, saving you time and boosting productivity. Biomni is open for community contributions, allowing users to add new tools and datasets, and it offers a no-code web interface for easy access. This helps you accelerate scientific discovery and generate new testable ideas efficiently[1].
https://github.com/snap-stanford/Biomni
Biomni is a powerful AI tool designed to help biomedical researchers by automating complex tasks like gene analysis, drug testing, and data interpretation. It uses advanced language models combined with smart planning and coding to perform diverse research activities without needing preset instructions. This means you can ask Biomni to plan experiments, analyze data, or predict drug properties using simple natural language commands, saving you time and boosting productivity. Biomni is open for community contributions, allowing users to add new tools and datasets, and it offers a no-code web interface for easy access. This helps you accelerate scientific discovery and generate new testable ideas efficiently[1].
https://github.com/snap-stanford/Biomni
GitHub
GitHub - snap-stanford/Biomni: Biomni: a general-purpose biomedical AI agent
Biomni: a general-purpose biomedical AI agent. Contribute to snap-stanford/Biomni development by creating an account on GitHub.
#cplusplus #bindings #python
**pybind11** is a tool that helps connect C++ and Python. It allows you to use C++ code in Python and vice versa. This means you can take advantage of C++'s speed and Python's ease of use. **pybind11** is lightweight and easy to use, making it simpler to create Python bindings for C++ code compared to older tools like Boost.Python. It supports many C++ features and works on multiple platforms, including Windows, Linux, and macOS. Using **pybind11** can make your programs smaller and faster to compile.
https://github.com/pybind/pybind11
**pybind11** is a tool that helps connect C++ and Python. It allows you to use C++ code in Python and vice versa. This means you can take advantage of C++'s speed and Python's ease of use. **pybind11** is lightweight and easy to use, making it simpler to create Python bindings for C++ code compared to older tools like Boost.Python. It supports many C++ features and works on multiple platforms, including Windows, Linux, and macOS. Using **pybind11** can make your programs smaller and faster to compile.
https://github.com/pybind/pybind11
GitHub
GitHub - pybind/pybind11: Seamless operability between C++11 and Python
Seamless operability between C++11 and Python. Contribute to pybind/pybind11 development by creating an account on GitHub.
#go #chart #charts #cncf #helm #kubernetes
Helm is a tool that helps manage applications on Kubernetes. It simplifies deploying and managing apps by using pre-configured packages called Helm Charts. These charts include all the necessary resources for an application, making it easy to install, update, or remove apps with just a few commands. This saves time and reduces errors, as you only need to edit a single file to change settings across different environments. Using Helm boosts productivity and makes deploying complex applications much easier.
https://github.com/helm/helm
Helm is a tool that helps manage applications on Kubernetes. It simplifies deploying and managing apps by using pre-configured packages called Helm Charts. These charts include all the necessary resources for an application, making it easy to install, update, or remove apps with just a few commands. This saves time and reduces errors, as you only need to edit a single file to change settings across different environments. Using Helm boosts productivity and makes deploying complex applications much easier.
https://github.com/helm/helm
GitHub
GitHub - helm/helm: The Kubernetes Package Manager
The Kubernetes Package Manager. Contribute to helm/helm development by creating an account on GitHub.
#dart
The Flutter Packages repository on GitHub holds the source code for official Flutter packages made by the core team, including popular ones like camera, google_maps_flutter, and shared_preferences, all available for use in your apps and also published on pub.dev for easy installation[4]. This means you get reliable, well-maintained tools for features like maps, user preferences, and device hardware access, helping you build apps faster and with less worry about bugs or compatibility issues. The benefit is that you can trust these packages for quality and support, and you can even help improve them by reporting issues or contributing code[4].
https://github.com/flutter/packages
The Flutter Packages repository on GitHub holds the source code for official Flutter packages made by the core team, including popular ones like camera, google_maps_flutter, and shared_preferences, all available for use in your apps and also published on pub.dev for easy installation[4]. This means you get reliable, well-maintained tools for features like maps, user preferences, and device hardware access, helping you build apps faster and with less worry about bugs or compatibility issues. The benefit is that you can trust these packages for quality and support, and you can even help improve them by reporting issues or contributing code[4].
https://github.com/flutter/packages
GitHub
GitHub - flutter/packages: A collection of useful packages maintained by the Flutter team
A collection of useful packages maintained by the Flutter team - flutter/packages
#php
You can easily set up a WordPress development environment using GitHub Codespaces or locally with Docker. Codespaces lets you start coding in a ready-made cloud environment directly from your browser, saving setup time and letting you work anywhere. For local setup, you need Node.js, npm, and Docker installed. After cloning the WordPress development repository, you run simple commands to install dependencies, build the project, and start the environment. You can access your WordPress site at http8889, run tests, and manage the environment with commands. This setup helps you develop, test, and contribute to WordPress efficiently without complex manual configuration.
https://github.com/WordPress/wordpress-develop
You can easily set up a WordPress development environment using GitHub Codespaces or locally with Docker. Codespaces lets you start coding in a ready-made cloud environment directly from your browser, saving setup time and letting you work anywhere. For local setup, you need Node.js, npm, and Docker installed. After cloning the WordPress development repository, you run simple commands to install dependencies, build the project, and start the environment. You can access your WordPress site at http8889, run tests, and manage the environment with commands. This setup helps you develop, test, and contribute to WordPress efficiently without complex manual configuration.
https://github.com/WordPress/wordpress-develop
GitHub
GitHub - WordPress/wordpress-develop: WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches…
WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a li...
#go #authentication #backend #golang #realtime
PocketBase is a simple and powerful open-source backend tool. It includes an embedded database, real-time updates, user and file management, and a user-friendly admin dashboard. You can use it as a standalone app or extend it with custom code in Go or JavaScript. This makes it easy to build and manage backend services without needing a lot of extra setup. It's great for small to medium-sized projects because it's easy to use and doesn't cost much. Plus, it supports real-time data sync and customizable APIs, making it a good choice for developers who want flexibility and control.
https://github.com/pocketbase/pocketbase
PocketBase is a simple and powerful open-source backend tool. It includes an embedded database, real-time updates, user and file management, and a user-friendly admin dashboard. You can use it as a standalone app or extend it with custom code in Go or JavaScript. This makes it easy to build and manage backend services without needing a lot of extra setup. It's great for small to medium-sized projects because it's easy to use and doesn't cost much. Plus, it supports real-time data sync and customizable APIs, making it a good choice for developers who want flexibility and control.
https://github.com/pocketbase/pocketbase
GitHub
GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
Open Source realtime backend in 1 file. Contribute to pocketbase/pocketbase development by creating an account on GitHub.
#python
Agentic Document Extraction is a Python library that makes it easy to pull out structured data—like tables, charts, and text—from complex documents such as long PDFs or images, using advanced AI that understands both the content and layout. It automatically splits big files, processes them in parallel, and handles errors or rate limits, so you don’t have to worry about technical details. The benefit is that you get fast, accurate, and organized results—ready for analysis or automation—without needing to write lots of code or manage tricky document formats yourself[1][2][3].
https://github.com/landing-ai/agentic-doc
Agentic Document Extraction is a Python library that makes it easy to pull out structured data—like tables, charts, and text—from complex documents such as long PDFs or images, using advanced AI that understands both the content and layout. It automatically splits big files, processes them in parallel, and handles errors or rate limits, so you don’t have to worry about technical details. The benefit is that you get fast, accurate, and organized results—ready for analysis or automation—without needing to write lots of code or manage tricky document formats yourself[1][2][3].
https://github.com/landing-ai/agentic-doc
GitHub
GitHub - landing-ai/agentic-doc: Python library for Agentic Document Extraction from LandingAI
Python library for Agentic Document Extraction from LandingAI - landing-ai/agentic-doc
#ruby
Flexile is a software project that helps you set up and run a web application easily using tools like Docker, Node.js, Ruby, and PostgreSQL. It provides scripts to simplify installation and running the app locally, with guidance on fixing common issues like database user creation and Redis connection errors. You can also run tests to ensure everything works well. This setup helps you quickly develop and test your app with less hassle, saving time and effort in managing dependencies and environment configurations. Flexile is open-source under the MIT License, so you can use and modify it freely.
https://github.com/antiwork/flexile
Flexile is a software project that helps you set up and run a web application easily using tools like Docker, Node.js, Ruby, and PostgreSQL. It provides scripts to simplify installation and running the app locally, with guidance on fixing common issues like database user creation and Redis connection errors. You can also run tests to ensure everything works well. This setup helps you quickly develop and test your app with less hassle, saving time and effort in managing dependencies and environment configurations. Flexile is open-source under the MIT License, so you can use and modify it freely.
https://github.com/antiwork/flexile
GitHub
GitHub - antiwork/flexile: Contractor payments
Contractor payments. Contribute to antiwork/flexile development by creating an account on GitHub.
#go #logging #metrics #opentelemetry #tracing
OpenTelemetry-Go is a tool for Go applications that helps you track how your software performs by collecting data like traces and metrics, then sending this information to monitoring platforms so you can see what’s happening inside your app in real time[2][3][4]. It works on many operating systems and Go versions, and you can use it by adding a few lines of code to your app and setting up an exporter. This makes it much easier to find and fix problems, understand how your app is running, and keep everything reliable and fast[2][3][4].
https://github.com/open-telemetry/opentelemetry-go
OpenTelemetry-Go is a tool for Go applications that helps you track how your software performs by collecting data like traces and metrics, then sending this information to monitoring platforms so you can see what’s happening inside your app in real time[2][3][4]. It works on many operating systems and Go versions, and you can use it by adding a few lines of code to your app and setting up an exporter. This makes it much easier to find and fix problems, understand how your app is running, and keep everything reliable and fast[2][3][4].
https://github.com/open-telemetry/opentelemetry-go
GitHub
GitHub - open-telemetry/opentelemetry-go: OpenTelemetry Go API and SDK
OpenTelemetry Go API and SDK. Contribute to open-telemetry/opentelemetry-go development by creating an account on GitHub.
#jupyter_notebook #darknet #pytorch #scaled_yolov4 #yolor #yolov3 #yolov4 #yolov7
YOLOv7 is a powerful tool for detecting objects in images and videos. It is fast, accurate, and can work well on devices with limited power, making it useful for real-time applications like self-driving cars and surveillance systems. YOLOv7 uses advanced techniques like Feature Pyramid Networks to detect objects of different sizes and can handle complex scenes with overlapping objects. This makes it beneficial for users who need quick and precise object detection in various environments.
https://github.com/WongKinYiu/yolov7
YOLOv7 is a powerful tool for detecting objects in images and videos. It is fast, accurate, and can work well on devices with limited power, making it useful for real-time applications like self-driving cars and surveillance systems. YOLOv7 uses advanced techniques like Feature Pyramid Networks to detect objects of different sizes and can handle complex scenes with overlapping objects. This makes it beneficial for users who need quick and precise object detection in various environments.
https://github.com/WongKinYiu/yolov7
GitHub
GitHub - WongKinYiu/yolov7: Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time…
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors - WongKinYiu/yolov7
#other #communityexchange #cybersecurity #ethical_hacking #hacktoberfest #learn
This 90-day cybersecurity study plan helps you build strong skills step-by-step, starting from basics like networking and security principles, then moving to Linux, Python, traffic analysis, Git, ELK stack, cloud platforms, and ethical hacking. It includes daily tasks, videos, tutorials, and practice exercises designed for beginners and professionals alike, even without prior experience. By following this plan, you gain hands-on experience, prepare for certifications like CompTIA Network+ and Security+, and develop confidence in real-world cybersecurity tools and techniques. This structured approach makes learning manageable and effective, helping you start or advance your cybersecurity career.
https://github.com/farhanashrafdev/90DaysOfCyberSecurity
This 90-day cybersecurity study plan helps you build strong skills step-by-step, starting from basics like networking and security principles, then moving to Linux, Python, traffic analysis, Git, ELK stack, cloud platforms, and ethical hacking. It includes daily tasks, videos, tutorials, and practice exercises designed for beginners and professionals alike, even without prior experience. By following this plan, you gain hands-on experience, prepare for certifications like CompTIA Network+ and Security+, and develop confidence in real-world cybersecurity tools and techniques. This structured approach makes learning manageable and effective, helping you start or advance your cybersecurity career.
https://github.com/farhanashrafdev/90DaysOfCyberSecurity
GitHub
GitHub - farhanashrafdev/90DaysOfCyberSecurity: This repository contains a 90-day cybersecurity study plan, along with resources…
This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, ...
#python #apps #business #erp #management #odoo #odoo_apps #python
Odoo is a powerful, open-source business software that combines many tools like CRM, website building, eCommerce, inventory, accounting, and more into one easy-to-use platform. You can pick and choose only the apps you need, making it flexible and cost-effective. It helps you manage all parts of your business in one place, improving efficiency, reducing errors, and giving you real-time data for better decisions. Its user-friendly design means your team can learn it quickly, and it grows with your business as you add more features. This saves you time, cuts costs, and boosts productivity.
https://github.com/odoo/odoo
Odoo is a powerful, open-source business software that combines many tools like CRM, website building, eCommerce, inventory, accounting, and more into one easy-to-use platform. You can pick and choose only the apps you need, making it flexible and cost-effective. It helps you manage all parts of your business in one place, improving efficiency, reducing errors, and giving you real-time data for better decisions. Its user-friendly design means your team can learn it quickly, and it grows with your business as you add more features. This saves you time, cuts costs, and boosts productivity.
https://github.com/odoo/odoo
GitHub
GitHub - odoo/odoo: Odoo. Open Source Apps To Grow Your Business.
Odoo. Open Source Apps To Grow Your Business. Contribute to odoo/odoo development by creating an account on GitHub.
#go #go_interview_questions #go_practice #golang #golang_interview_questions #golang_practice #hacktoberfest #interview #interview_practice #interview_questions #learn_to_code #learning_resources
You can practice and improve your Go programming skills with an interactive web platform that offers 30 coding challenges ranging from beginner to advanced levels. It provides a live code editor with syntax highlighting, instant test results, and detailed performance analytics to help you write efficient Go code. You can track your progress on leaderboards, compare your solutions with others, and learn from detailed explanations and resources for each challenge. The platform supports easy setup via web UI, GitHub Codespaces, or command line, making it convenient to prepare for Go technical interviews and boost your coding confidence. This helps you master Go concepts and get ready for real job interviews effectively.
https://github.com/RezaSi/go-interview-practice
You can practice and improve your Go programming skills with an interactive web platform that offers 30 coding challenges ranging from beginner to advanced levels. It provides a live code editor with syntax highlighting, instant test results, and detailed performance analytics to help you write efficient Go code. You can track your progress on leaderboards, compare your solutions with others, and learn from detailed explanations and resources for each challenge. The platform supports easy setup via web UI, GitHub Codespaces, or command line, making it convenient to prepare for Go technical interviews and boost your coding confidence. This helps you master Go concepts and get ready for real job interviews effectively.
https://github.com/RezaSi/go-interview-practice
GitHub
GitHub - RezaSi/go-interview-practice: Interactive Go Interview Platform - 30+ coding challenges with instant feedback, AI interview…
Interactive Go Interview Platform - 30+ coding challenges with instant feedback, AI interview simulation, competitive leaderboards, and automated testing. From beginner to advanced levels with real...
#python #documentation #gotchas #interview_questions #pitfalls #python #python_interview_questions #snippets #wats #wtf
Python is a high-level, easy-to-read programming language widely used in many fields like web development, data science, and AI. The "What the f*ck Python?" project helps you understand tricky, surprising Python behaviors through clear examples and explanations. It reveals lesser-known features and common pitfalls, making it easier to write better code and debug problems. By exploring these examples, you can deepen your knowledge of Python’s internals, improve your coding skills, and avoid common mistakes, which benefits both beginners and experienced programmers alike[3].
https://github.com/satwikkansal/wtfpython
Python is a high-level, easy-to-read programming language widely used in many fields like web development, data science, and AI. The "What the f*ck Python?" project helps you understand tricky, surprising Python behaviors through clear examples and explanations. It reveals lesser-known features and common pitfalls, making it easier to write better code and debug problems. By exploring these examples, you can deepen your knowledge of Python’s internals, improve your coding skills, and avoid common mistakes, which benefits both beginners and experienced programmers alike[3].
https://github.com/satwikkansal/wtfpython
GitHub
GitHub - satwikkansal/wtfpython: What the f*ck Python? 😱
What the f*ck Python? 😱. Contribute to satwikkansal/wtfpython development by creating an account on GitHub.
#typescript #ecommerce #nextjs #react #shopify
Using Next.js for your online store can be very beneficial. It helps create fast and reliable websites with good SEO, which means your store will be easier to find online. Next.js also supports many platforms like Shopify and BigCommerce, making it flexible for different needs. It offers features like image optimization and internationalization, which improve the shopping experience for customers. Additionally, Next.js makes it easy to deploy your site on platforms like Vercel, ensuring your store is always available and runs smoothly.
https://github.com/vercel/commerce
Using Next.js for your online store can be very beneficial. It helps create fast and reliable websites with good SEO, which means your store will be easier to find online. Next.js also supports many platforms like Shopify and BigCommerce, making it flexible for different needs. It offers features like image optimization and internationalization, which improve the shopping experience for customers. Additionally, Next.js makes it easy to deploy your site on platforms like Vercel, ensuring your store is always available and runs smoothly.
https://github.com/vercel/commerce
GitHub
GitHub - vercel/commerce: Next.js Commerce
Next.js Commerce. Contribute to vercel/commerce development by creating an account on GitHub.
#shell #awesome #awesome_list #neovim #neovim_plugins #nvim_lua
Neovim is a powerful, extensible text editor based on Vim, designed for usability and customization. It supports a vast collection of plugins tailored specifically for Neovim features, including plugin managers, language servers (LSP), AI coding assistants, syntax highlighting, fuzzy finders, file explorers, Git integration, debugging tools, and more. These plugins enhance coding productivity by adding features like code completion, project management, smooth navigation, and UI improvements. Using Neovim with these plugins lets you create a personalized, efficient coding environment that can boost your workflow, support many programming languages, and integrate modern tools like AI assistants and debuggers directly into your editor.
https://github.com/rockerBOO/awesome-neovim
Neovim is a powerful, extensible text editor based on Vim, designed for usability and customization. It supports a vast collection of plugins tailored specifically for Neovim features, including plugin managers, language servers (LSP), AI coding assistants, syntax highlighting, fuzzy finders, file explorers, Git integration, debugging tools, and more. These plugins enhance coding productivity by adding features like code completion, project management, smooth navigation, and UI improvements. Using Neovim with these plugins lets you create a personalized, efficient coding environment that can boost your workflow, support many programming languages, and integrate modern tools like AI assistants and debuggers directly into your editor.
https://github.com/rockerBOO/awesome-neovim
GitHub
GitHub - rockerBOO/awesome-neovim: Collections of awesome neovim plugins.
Collections of awesome neovim plugins. Contribute to rockerBOO/awesome-neovim development by creating an account on GitHub.
#dart #android #cross_platform #expense_tracker #flutter #grocery_list #ios #kitchenowl #mobile_app #recipe_manager #self_hosted
KitchenOwl is a helpful app for managing your grocery shopping and recipes. It allows you to create and share shopping lists with others, which is great for families. You can also store and share recipes, plan meals, and track how much you spend. The app is open-source and free, meaning you can use it without paying and even help improve it. It works on many devices, including phones and computers, and can be used offline too. This makes shopping easier and helps you stay organized.
https://github.com/TomBursch/kitchenowl
KitchenOwl is a helpful app for managing your grocery shopping and recipes. It allows you to create and share shopping lists with others, which is great for families. You can also store and share recipes, plan meals, and track how much you spend. The app is open-source and free, meaning you can use it without paying and even help improve it. It works on many devices, including phones and computers, and can be used offline too. This makes shopping easier and helps you stay organized.
https://github.com/TomBursch/kitchenowl
GitHub
GitHub - TomBursch/kitchenowl: KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and…
KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can als...
#cplusplus #android_auto #android_automotive #headunit #wireless_android_auto
You can turn your car’s wired Android Auto into wireless using a Raspberry Pi and a special software called Wireless Android Auto Dongle. This DIY adapter connects your phone to the car wirelessly via Bluetooth and Wi-Fi, without needing extra apps on your phone. It works with several Raspberry Pi models and boots up quickly, connecting in under 30 seconds. After the first setup, it automatically connects every time you start your car, making your Android Auto experience seamless and cable-free. This saves you from plugging in your phone every time and keeps your car’s infotainment system working smoothly[1][2][3].
https://github.com/nisargjhaveri/WirelessAndroidAutoDongle
You can turn your car’s wired Android Auto into wireless using a Raspberry Pi and a special software called Wireless Android Auto Dongle. This DIY adapter connects your phone to the car wirelessly via Bluetooth and Wi-Fi, without needing extra apps on your phone. It works with several Raspberry Pi models and boots up quickly, connecting in under 30 seconds. After the first setup, it automatically connects every time you start your car, making your Android Auto experience seamless and cable-free. This saves you from plugging in your phone every time and keeps your car’s infotainment system working smoothly[1][2][3].
https://github.com/nisargjhaveri/WirelessAndroidAutoDongle
GitHub
GitHub - nisargjhaveri/WirelessAndroidAutoDongle: Use Wireless Android Auto with a car that supports only wired Android Auto using…
Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi. - nisargjhaveri/WirelessAndroidAutoDongle