No description
Find a file
2016-04-05 15:21:43 -07:00
apps First commit after reorg and cleanup 2016-03-14 22:47:00 -07:00
src First commit after reorg and cleanup 2016-03-14 22:47:00 -07:00
.gitignore First commit after reorg and cleanup 2016-03-14 22:47:00 -07:00
gulpfile.js More build process stuff 2016-03-15 07:12:26 -07:00
package.json Remove missing build command, add default build, update README 2016-04-05 15:21:43 -07:00
README.md Remove missing build command, add default build, update README 2016-04-05 15:21:43 -07:00

Custom Applications SDK for Mazda Connect Infotainment System

A micro framework that allows you to write and deploy custom applications for the Mazda Infotainment System.

The SDK comes with everything you need to get started including a 1:1 Simulator allowing you to build applications on your local computer without any other dependencies.

High level features include access to the Vehicle Data, Multicontroller support, Persistent storage and Life cycle management.

Status

This project is under heavy development and we have entered the alpha testing phase.

Discussion

The official discussion thread is on Mazda3Revolution:

http://mazda3revolution.com/forums/2014-2016-mazda-3-skyactiv-audio-electronics/123882-custom-applications-sdk-write-deploy-your-own-applications.html#post1598946

Get Started

There is not a whole documentation available yet but you can access some basic articles from the projects WIKI.

Build

To run the default build, execute npm run build.

About this Repo

This is the development source repository for the CASDK containing everything and anything. However you shouldn't ever need to clone this repo if you don't activley participating in the micro framework development.

If you want to develop applications please use the Get Started guide above.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.