Giter VIP home page Giter VIP logo

carplay's Introduction

carplay

See 'auth.c' for example Apple authentication via i2c

Build mDNSResponder-567

cd mDNSResponder-567
make os=linux -C "mDNSPosix"
sudo make install os=linux -C "mDNSPosix"

How to start the mDNSResponder? Before starting mdns, copy mdnsd.conf and mdnsd-services.conf to /etc folder.(don't change name, those are hardcoded in code)

Note: Update the files mdnsd.conf and mdnsd-services.conf according to your requirement. Refer Services.txt file for more info on how to create services records file.

sudo service mdns start
-or-
sudo /etc/init.d/mdns start

If things are not working then follow either one of the below method,

Run mdnsd -in debug mode mdnsd -debug

Enabel debug option in Makefile(mDNSResponder/mDNSPosix/MakeFile) set the debug variable to 1

how to build for Ubuntu

Only media hub

mkdir build
cd build
mkdir libmedia-hub2
cd libmedia-hub2

cmake ../../media-hub2/libmedia-hub2
make 
sudo make install
cd ..

mkdir -p libmedia-hub2-plugins/sdk/AccessorySDK
cd libmedia-hub2-plugins/sdk/AccessorySDK
cmake ../../../../media-hub2/libmedia-hub2-plugins/carplay/sdk/AccessorySDK ..
make 
sudo make install


cd ..
cmake ../../../media-hub2/libmedia-hub2-plugins/carplay/sdk ..
make 
sudo make install

cd ..
cmake ../../media-hub2/libmedia-hub2-plugins ..
make install

mkdir libmedia-hub2-ipc
cd libmedia-hub2-ipc
cmake ../../../media-hub2/libmedia-hub2-ipc ..
make 
sudo make install
cd ..

mkdir libmedia-hub2-misc
cd libmedia-hub2-misc
cmake ../../../media-hub2/libmedia-hub2-misc ..
make 
sudo make install
cd ..

mkdir libmedia-hub2-sample
cd libmedia-hub2-sample
cmake ../../../media-hub2/libmedia-hub2-sample -DUSE_MH2_IPC=True ..
make 

carplay's People

Contributors

cvetaevvitaliy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.