summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2016-01-25 13:29:25 -0500
committerJoey Grover <joeygrover@gmail.com>2016-01-25 13:29:25 -0500
commit2fbd3977031677ba571cbbbfa8655e196fcd32c1 (patch)
tree88472489d2567565c3d2e8b21b4d52911d398028 /README.md
parent5e3bdceaba4c8753998c61c66bbf999cfd825819 (diff)
downloadsdl_android-2fbd3977031677ba571cbbbfa8655e196fcd32c1.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 59dec4cb1..48f0f925c 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,9 @@ SmartDeviceLink (SDL) is a standard set of protocols and messages that connect a
* The [iOS](https://github.com/smartdevicelink/sdl_ios) and [Android](https://github.com/smartdevicelink/sdl_android) libraries are implemented by app developers into their applications to enable command and control via the connected head unit.
Pull Requests Welcome!
+
+<a href="http://www.youtube.com/watch?feature=player_embedded&v=AzdQdSCS24M" target="_blank"><img src="http://i.imgur.com/nm8UujD.png?1" alt="SmartDeviceLink" border="10" /></a>
+
##Mobile Proxy
The mobile library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps. The library allows the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.