<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/caros/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/caros/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 27 Aug 2013 22:30:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/caros/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Matthew Grzybowski</title><link>https://sourceforge.net/p/caros/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,7 +6,7 @@
     - Backend: c/c++ linux daemons
 Hardware Platforms
     - Front End: Multiple devices supported based off of HTML5 being the chosen programming language for the interface
-    - Backend: [x86, ARM (Raspberry Pi)]
+    - Backend: x86, ARM (Raspberry Pi)
 Communications protocols
     - Frontend =&gt; Backend: Websockets for Control/Status, HTTP for binary data (images/media files)
     - Interface methods
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Grzybowski</dc:creator><pubDate>Tue, 27 Aug 2013 22:30:26 -0000</pubDate><guid>https://sourceforge.netee6a0ac8d9eee36052cc35672a02177df46f2dd3</guid></item><item><title>Home modified by BennY-</title><link>https://sourceforge.net/p/caros/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,12 +2,13 @@

 Determine:
 Software Platforms
-    - Front End: HTML5
-    - Backend:Linux
+    - Front End: HTML5/JavaScript
+    - Backend: c/c++ linux daemons
 Hardware Platforms
     - Front End: Multiple devices supported based off of HTML5 being the chosen programming language for the interface
-    - Backend: [Raspberry Pi]
+    - Backend: [x86, ARM (Raspberry Pi)]
 Communications protocols
+    - Frontend =&gt; Backend: Websockets for Control/Status, HTTP for binary data (images/media files)
     - Interface methods

 Things to Control
@@ -48,6 +49,9 @@
 - System wake up when driver is present in seat
 - Start car by depressing the brake pedal
 - Remote Start over internet
+- share media from backend to frontend (http)
+- bluetooth audio sink (play media from frontend through backend-node audio hardware)
+

 Obviously there are some components here that are more difficult to overcome than others, but in my experience where there is a will, there is a way.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BennY-</dc:creator><pubDate>Tue, 27 Aug 2013 07:18:51 -0000</pubDate><guid>https://sourceforge.netc100529c55c56dbba66a0eb40deda5013b35650e</guid></item><item><title>Home modified by Matthew Grzybowski</title><link>https://sourceforge.net/p/caros/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,7 +6,7 @@
     - Backend:Linux
 Hardware Platforms
     - Front End: Multiple devices supported based off of HTML5 being the chosen programming language for the interface
-    - Backend:
+    - Backend: [Raspberry Pi]
 Communications protocols
     - Interface methods

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Grzybowski</dc:creator><pubDate>Mon, 19 Aug 2013 14:21:46 -0000</pubDate><guid>https://sourceforge.netb3b5513d3ef6e77931acb2393723e46a2a40758b</guid></item><item><title>Home modified by Matthew Grzybowski</title><link>https://sourceforge.net/p/caros/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,66 @@
-Welcome to your wiki!
+Goal: To create a unified, open source method for installing computer control related equipment into a vehicle. We want the parts used to be widely available and provide detailed instructions so that anyone with the desire can integrate a computer into their car.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Determine:
+Software Platforms
+    - Front End: HTML5
+    - Backend:Linux
+Hardware Platforms
+    - Front End: Multiple devices supported based off of HTML5 being the chosen programming language for the interface
+    - Backend:
+Communications protocols
+    - Interface methods

-The wiki uses [Markdown](/p/caros/wiki/markdown_syntax/) syntax.
+Things to Control
+- Door locks
+- Windows
+- Sunroof/Moonroof
+- Trunk/Hatch
+- Automatic Doors (minivan sliding doors)
+- Interior Lights
+- Dash Lights
+- Headlamps/Running Lights/ Fourways
+- Climate Control
+- Entertainment
+- Seat Controls

-[[members limit=20]]
-[[download_button]]
+Interface
+- Music
+- Video
+- Navigation
+- Control of above mentioned systems
+
+Communications
+- 3G/4G Internet Connection
+- Bluetooth Phone Connection
+- In-Car Wifi
+- Wireless Bridge to Home Network
+- HomeLink
+
+Sensors
+- Indoor/Outdoor Temperature
+- Ambient Light
+- Water
+- Seat weight sensor
+
+Misc
+- Automatic Media Sync from home computer to car computer when wireless connection is made at home
+- Proximity functions such as unlock, start
+- System wake up when driver is present in seat
+- Start car by depressing the brake pedal
+- Remote Start over internet
+
+Obviously there are some components here that are more difficult to overcome than others, but in my experience where there is a will, there is a way.
+
+The heart of this system is actually three separate components:
+
+The Brain
+---
+The Brain will a low power consumption device that can run for many days off of battery that will be the middleman for all components involved in the system. Exact hardware and software that will run on this device is yet to be determined. The Raspberry Pi is a candidate. The Brain will interface with the modules and the head unit over various networks.
+
+The Nodes
+---
+Part of what will lead to the success of this project is creating nodes that anyone with a little skill and knowhow can build themselves. Everything from Relay Clusters, to Sensor Interfaces, CANBUS, etc will all connect to the brain through a chosen network. An Arduino type device would be ideal for the nodes. The goal of the nodes is to allow the builder to have as much or as little functionality as they want.
+
+The Frontend
+---
+In the perfect scenario the Frontend will be BYOD since it will not have to interface with the modules directly, instead it will communicate to the server software on the Brain. The ideal candidate for the brain will be an Android tablet since they are cheap and widely available. This will also allow you to use build and third party media and navigation software without having to integrate it into the brain.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Grzybowski</dc:creator><pubDate>Thu, 15 Aug 2013 17:53:10 -0000</pubDate><guid>https://sourceforge.net4b4a2e93a3c315114b65faf50817e451381989a9</guid></item><item><title>Home modified by BennY-</title><link>https://sourceforge.net/p/caros/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/caros/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/benny-85/"&gt;BennY-&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-520d111181b24b5cb68fcfc2" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BennY-</dc:creator><pubDate>Thu, 15 Aug 2013 17:34:09 -0000</pubDate><guid>https://sourceforge.net30b146aa703fcb391e1f1ef166349e40385a0a7b</guid></item></channel></rss>