├── CHANGELOG.md ├── LICENSE ├── README.md ├── config └── config.ini ├── screenshots ├── car_location.png ├── home_screen_playing.png ├── music_files.png ├── play_queue.png └── trip_log.png ├── start.sh ├── websockify ├── .gitignore ├── .gitmodules ├── .travis.yml ├── CHANGES.txt ├── LICENSE.txt ├── MANIFEST.in ├── Makefile ├── README.md ├── Windows │ ├── Windows Service Readme.txt │ └── noVNC Websocket Service Project │ │ ├── Program.cs │ │ ├── ProjectInstaller.Designer.cs │ │ ├── ProjectInstaller.cs │ │ ├── ProjectInstaller.resx │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Service1.Designer.cs │ │ ├── Service1.cs │ │ ├── noVNC Websocket.csproj │ │ └── noVNC Websocket.sln ├── docs │ ├── LICENSE.GPL-3 │ ├── LICENSE.LGPL-3 │ ├── LICENSE.MPL-2.0 │ ├── TODO │ ├── flash_policy.txt │ ├── latency_results.txt │ ├── notes │ ├── release.txt │ └── websockify.1 ├── include │ ├── VT100.js │ ├── base64.js │ ├── keysym.js │ ├── util.js │ ├── web-socket-js │ │ ├── README.txt │ │ ├── WebSocketMain.swf │ │ ├── swfobject.js │ │ └── web_socket.js │ ├── websock.js │ ├── webutil.js │ ├── wsirc.js │ └── wstelnet.js ├── other │ ├── Makefile │ ├── README.md │ ├── js │ │ ├── README.md │ │ ├── package.json │ │ └── websockify.js │ ├── launch.sh │ ├── project.clj │ ├── websocket.c │ ├── websocket.h │ ├── websocket.rb │ ├── websockify.c │ ├── websockify.clj │ ├── websockify.rb │ └── wswrap ├── rebind ├── rebind.c ├── run ├── setup.py ├── test-requirements.txt ├── tests │ ├── b64_vs_utf8.py │ ├── base64.html │ ├── base64.js │ ├── echo.html │ ├── echo.py │ ├── echo.rb │ ├── echo_client.py │ ├── include │ ├── latency.html │ ├── latency.py │ ├── load.html │ ├── load.py │ ├── plain_echo.html │ ├── simple.html │ ├── test_auth_plugins.py │ ├── test_websocket.py │ ├── test_websocketproxy.py │ ├── test_websockifyserver.py │ └── utf8-list.py ├── tox.ini ├── websockify.py ├── websockify │ ├── __init__.py │ ├── auth_plugins.py │ ├── token_plugins.py │ ├── websocket.py │ ├── websocketproxy.py │ ├── websocketserver.py │ └── websockifyserver.py ├── wsirc.html └── wstelnet.html └── www ├── .gitignore ├── css ├── fonts │ ├── audiowide.ttf │ └── audiowide.woff2 ├── notifications │ ├── angular-growl.css │ └── bootstrap.min.css ├── sections │ ├── location.css │ └── sound.css └── style.css ├── favicon.ico ├── files └── example.pdf ├── img ├── background.jpg ├── folder.png ├── ionic.png ├── loading.gif ├── no_image.png └── weather_icons │ ├── clear_night.png │ ├── clouds.png │ ├── haze.png │ ├── moon_clouds.png │ ├── rain.png │ ├── showers.png │ ├── snow.png │ ├── stormy.png │ ├── sunny.png │ └── windy.png ├── index.html ├── js ├── app.js ├── controllers.js └── services │ ├── content-formatting.js │ ├── gps.js │ ├── sound.js │ └── weather.js ├── lib ├── .sass-cache │ ├── 1ee7dfda61537e626044bb44d2c808009ef7281c │ │ ├── _action-sheet.scssc │ │ ├── _animations.scssc │ │ ├── _backdrop.scssc │ │ ├── _badge.scssc │ │ ├── _bar.scssc │ │ ├── _button-bar.scssc │ │ ├── _button.scssc │ │ ├── _checkbox.scssc │ │ ├── _form.scssc │ │ ├── _grid.scssc │ │ ├── _ionicons-font.scssc │ │ ├── _ionicons-icons.scssc │ │ ├── _ionicons-variables.scssc │ │ ├── _items.scssc │ │ ├── _list.scssc │ │ ├── _loading.scssc │ │ ├── _menu.scssc │ │ ├── _mixins.scssc │ │ ├── _modal.scssc │ │ ├── _platform.scssc │ │ ├── _popover.scssc │ │ ├── _popup.scssc │ │ ├── _progress.scssc │ │ ├── _radio.scssc │ │ ├── _range.scssc │ │ ├── _refresher.scssc │ │ ├── _reset.scssc │ │ ├── _scaffolding.scssc │ │ ├── _select.scssc │ │ ├── _slide-box.scssc │ │ ├── _spinner.scssc │ │ ├── _tabs.scssc │ │ ├── _toggle.scssc │ │ ├── _transitions.scssc │ │ ├── _type.scssc │ │ ├── _util.scssc │ │ ├── _variables.scssc │ │ ├── ionic.scssc │ │ └── ionicons.scssc │ └── 81bcffe85b7e0afaf4c47a31957a3b72731274c2 │ │ ├── _ionicons-font.scssc │ │ ├── _ionicons-icons.scssc │ │ ├── _ionicons-variables.scssc │ │ └── ionicons.scssc ├── angular-google-maps.min.js ├── angular-growl.min.js ├── angular-imgcache.js ├── angular-simple-logger.js ├── elif.js ├── fullscreen.min.js ├── imgcache.js ├── ionic │ ├── css │ │ ├── ionic.css │ │ └── ionic.min.css │ ├── fonts │ │ ├── ionicons.eot │ │ ├── ionicons.svg │ │ ├── ionicons.ttf │ │ └── ionicons.woff │ ├── js │ │ ├── angular-ui │ │ │ ├── angular-ui-router.js │ │ │ └── angular-ui-router.min.js │ │ ├── angular │ │ │ ├── angular-animate.js │ │ │ ├── angular-animate.min.js │ │ │ ├── angular-resource.js │ │ │ ├── angular-resource.min.js │ │ │ ├── angular-sanitize.js │ │ │ ├── angular-sanitize.min.js │ │ │ ├── angular.js │ │ │ └── angular.min.js │ │ ├── ionic-angular.js │ │ ├── ionic-angular.min.js │ │ ├── ionic.bundle.js │ │ ├── ionic.bundle.min.js │ │ ├── ionic.js │ │ └── ionic.min.js │ └── version.json ├── lodash.js ├── mpd.js └── websockify │ ├── base64.js │ ├── util.js │ └── websock.js ├── php ├── classes │ └── external-services.php ├── data │ ├── gps_data.json │ ├── trip-data_1.json │ ├── trip-data_2.json │ ├── trip-data_3.json │ ├── trip-data_4.json │ ├── trip-data_5.json │ └── trip_data.json └── services.php └── templates ├── pages ├── car-location.html ├── current-queue.html ├── files.html ├── home.html ├── night-mode.html ├── playlists.html ├── reference.html ├── settings.html ├── trip-meter.html └── weather.html └── partials ├── location.html ├── menu.html └── now-playing.html /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/README.md -------------------------------------------------------------------------------- /config/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/config/config.ini -------------------------------------------------------------------------------- /screenshots/car_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/screenshots/car_location.png -------------------------------------------------------------------------------- /screenshots/home_screen_playing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/screenshots/home_screen_playing.png -------------------------------------------------------------------------------- /screenshots/music_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/screenshots/music_files.png -------------------------------------------------------------------------------- /screenshots/play_queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/screenshots/play_queue.png -------------------------------------------------------------------------------- /screenshots/trip_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/screenshots/trip_log.png -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/start.sh -------------------------------------------------------------------------------- /websockify/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/.gitignore -------------------------------------------------------------------------------- /websockify/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/.gitmodules -------------------------------------------------------------------------------- /websockify/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/.travis.yml -------------------------------------------------------------------------------- /websockify/CHANGES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/CHANGES.txt -------------------------------------------------------------------------------- /websockify/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/LICENSE.txt -------------------------------------------------------------------------------- /websockify/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/MANIFEST.in -------------------------------------------------------------------------------- /websockify/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Makefile -------------------------------------------------------------------------------- /websockify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/README.md -------------------------------------------------------------------------------- /websockify/Windows/Windows Service Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/Windows Service Readme.txt -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/Program.cs -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.Designer.cs -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.resx -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/Service1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/Service1.Designer.cs -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/Service1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/Service1.cs -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.csproj -------------------------------------------------------------------------------- /websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.sln -------------------------------------------------------------------------------- /websockify/docs/LICENSE.GPL-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/LICENSE.GPL-3 -------------------------------------------------------------------------------- /websockify/docs/LICENSE.LGPL-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/LICENSE.LGPL-3 -------------------------------------------------------------------------------- /websockify/docs/LICENSE.MPL-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/LICENSE.MPL-2.0 -------------------------------------------------------------------------------- /websockify/docs/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/TODO -------------------------------------------------------------------------------- /websockify/docs/flash_policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/flash_policy.txt -------------------------------------------------------------------------------- /websockify/docs/latency_results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/latency_results.txt -------------------------------------------------------------------------------- /websockify/docs/notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/notes -------------------------------------------------------------------------------- /websockify/docs/release.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/release.txt -------------------------------------------------------------------------------- /websockify/docs/websockify.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/docs/websockify.1 -------------------------------------------------------------------------------- /websockify/include/VT100.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/VT100.js -------------------------------------------------------------------------------- /websockify/include/base64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/base64.js -------------------------------------------------------------------------------- /websockify/include/keysym.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/keysym.js -------------------------------------------------------------------------------- /websockify/include/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/util.js -------------------------------------------------------------------------------- /websockify/include/web-socket-js/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/web-socket-js/README.txt -------------------------------------------------------------------------------- /websockify/include/web-socket-js/WebSocketMain.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/web-socket-js/WebSocketMain.swf -------------------------------------------------------------------------------- /websockify/include/web-socket-js/swfobject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/web-socket-js/swfobject.js -------------------------------------------------------------------------------- /websockify/include/web-socket-js/web_socket.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/web-socket-js/web_socket.js -------------------------------------------------------------------------------- /websockify/include/websock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/websock.js -------------------------------------------------------------------------------- /websockify/include/webutil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/webutil.js -------------------------------------------------------------------------------- /websockify/include/wsirc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/wsirc.js -------------------------------------------------------------------------------- /websockify/include/wstelnet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/include/wstelnet.js -------------------------------------------------------------------------------- /websockify/other/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/Makefile -------------------------------------------------------------------------------- /websockify/other/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/README.md -------------------------------------------------------------------------------- /websockify/other/js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/js/README.md -------------------------------------------------------------------------------- /websockify/other/js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/js/package.json -------------------------------------------------------------------------------- /websockify/other/js/websockify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/js/websockify.js -------------------------------------------------------------------------------- /websockify/other/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/launch.sh -------------------------------------------------------------------------------- /websockify/other/project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/project.clj -------------------------------------------------------------------------------- /websockify/other/websocket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/websocket.c -------------------------------------------------------------------------------- /websockify/other/websocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/websocket.h -------------------------------------------------------------------------------- /websockify/other/websocket.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/websocket.rb -------------------------------------------------------------------------------- /websockify/other/websockify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/websockify.c -------------------------------------------------------------------------------- /websockify/other/websockify.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/websockify.clj -------------------------------------------------------------------------------- /websockify/other/websockify.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/websockify.rb -------------------------------------------------------------------------------- /websockify/other/wswrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/other/wswrap -------------------------------------------------------------------------------- /websockify/rebind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/rebind -------------------------------------------------------------------------------- /websockify/rebind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/rebind.c -------------------------------------------------------------------------------- /websockify/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/run -------------------------------------------------------------------------------- /websockify/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/setup.py -------------------------------------------------------------------------------- /websockify/test-requirements.txt: -------------------------------------------------------------------------------- 1 | mox3 2 | nose 3 | -------------------------------------------------------------------------------- /websockify/tests/b64_vs_utf8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/b64_vs_utf8.py -------------------------------------------------------------------------------- /websockify/tests/base64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/base64.html -------------------------------------------------------------------------------- /websockify/tests/base64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/base64.js -------------------------------------------------------------------------------- /websockify/tests/echo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/echo.html -------------------------------------------------------------------------------- /websockify/tests/echo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/echo.py -------------------------------------------------------------------------------- /websockify/tests/echo.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/echo.rb -------------------------------------------------------------------------------- /websockify/tests/echo_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/echo_client.py -------------------------------------------------------------------------------- /websockify/tests/include: -------------------------------------------------------------------------------- 1 | ../include -------------------------------------------------------------------------------- /websockify/tests/latency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/latency.html -------------------------------------------------------------------------------- /websockify/tests/latency.py: -------------------------------------------------------------------------------- 1 | echo.py -------------------------------------------------------------------------------- /websockify/tests/load.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/load.html -------------------------------------------------------------------------------- /websockify/tests/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/load.py -------------------------------------------------------------------------------- /websockify/tests/plain_echo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/plain_echo.html -------------------------------------------------------------------------------- /websockify/tests/simple.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/simple.html -------------------------------------------------------------------------------- /websockify/tests/test_auth_plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/test_auth_plugins.py -------------------------------------------------------------------------------- /websockify/tests/test_websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/test_websocket.py -------------------------------------------------------------------------------- /websockify/tests/test_websocketproxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/test_websocketproxy.py -------------------------------------------------------------------------------- /websockify/tests/test_websockifyserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/test_websockifyserver.py -------------------------------------------------------------------------------- /websockify/tests/utf8-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tests/utf8-list.py -------------------------------------------------------------------------------- /websockify/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/tox.ini -------------------------------------------------------------------------------- /websockify/websockify.py: -------------------------------------------------------------------------------- 1 | run -------------------------------------------------------------------------------- /websockify/websockify/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/__init__.py -------------------------------------------------------------------------------- /websockify/websockify/auth_plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/auth_plugins.py -------------------------------------------------------------------------------- /websockify/websockify/token_plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/token_plugins.py -------------------------------------------------------------------------------- /websockify/websockify/websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/websocket.py -------------------------------------------------------------------------------- /websockify/websockify/websocketproxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/websocketproxy.py -------------------------------------------------------------------------------- /websockify/websockify/websocketserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/websocketserver.py -------------------------------------------------------------------------------- /websockify/websockify/websockifyserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/websockify/websockifyserver.py -------------------------------------------------------------------------------- /websockify/wsirc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/wsirc.html -------------------------------------------------------------------------------- /websockify/wstelnet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/websockify/wstelnet.html -------------------------------------------------------------------------------- /www/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /www/css/fonts/audiowide.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/fonts/audiowide.ttf -------------------------------------------------------------------------------- /www/css/fonts/audiowide.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/fonts/audiowide.woff2 -------------------------------------------------------------------------------- /www/css/notifications/angular-growl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/notifications/angular-growl.css -------------------------------------------------------------------------------- /www/css/notifications/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/notifications/bootstrap.min.css -------------------------------------------------------------------------------- /www/css/sections/location.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/sections/location.css -------------------------------------------------------------------------------- /www/css/sections/sound.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/sections/sound.css -------------------------------------------------------------------------------- /www/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/css/style.css -------------------------------------------------------------------------------- /www/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/favicon.ico -------------------------------------------------------------------------------- /www/files/example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/files/example.pdf -------------------------------------------------------------------------------- /www/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/background.jpg -------------------------------------------------------------------------------- /www/img/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/folder.png -------------------------------------------------------------------------------- /www/img/ionic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/ionic.png -------------------------------------------------------------------------------- /www/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/loading.gif -------------------------------------------------------------------------------- /www/img/no_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/no_image.png -------------------------------------------------------------------------------- /www/img/weather_icons/clear_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/clear_night.png -------------------------------------------------------------------------------- /www/img/weather_icons/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/clouds.png -------------------------------------------------------------------------------- /www/img/weather_icons/haze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/haze.png -------------------------------------------------------------------------------- /www/img/weather_icons/moon_clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/moon_clouds.png -------------------------------------------------------------------------------- /www/img/weather_icons/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/rain.png -------------------------------------------------------------------------------- /www/img/weather_icons/showers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/showers.png -------------------------------------------------------------------------------- /www/img/weather_icons/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/snow.png -------------------------------------------------------------------------------- /www/img/weather_icons/stormy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/stormy.png -------------------------------------------------------------------------------- /www/img/weather_icons/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/sunny.png -------------------------------------------------------------------------------- /www/img/weather_icons/windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/img/weather_icons/windy.png -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/index.html -------------------------------------------------------------------------------- /www/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/js/app.js -------------------------------------------------------------------------------- /www/js/controllers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/js/controllers.js -------------------------------------------------------------------------------- /www/js/services/content-formatting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/js/services/content-formatting.js -------------------------------------------------------------------------------- /www/js/services/gps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/js/services/gps.js -------------------------------------------------------------------------------- /www/js/services/sound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/js/services/sound.js -------------------------------------------------------------------------------- /www/js/services/weather.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/js/services/weather.js -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_action-sheet.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_action-sheet.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_animations.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_animations.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_backdrop.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_backdrop.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_badge.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_badge.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_bar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_bar.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_button-bar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_button-bar.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_button.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_button.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_checkbox.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_checkbox.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_form.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_form.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_grid.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_ionicons-font.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_ionicons-font.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_ionicons-icons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_ionicons-icons.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_ionicons-variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_ionicons-variables.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_items.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_items.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_list.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_list.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_loading.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_loading.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_menu.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_menu.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_mixins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_mixins.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_modal.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_modal.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_platform.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_platform.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_popover.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_popover.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_popup.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_popup.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_progress.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_progress.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_radio.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_radio.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_range.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_range.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_refresher.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_refresher.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_reset.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_reset.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_scaffolding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_scaffolding.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_select.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_select.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_slide-box.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_slide-box.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_spinner.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_spinner.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_tabs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_tabs.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_toggle.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_toggle.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_transitions.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_transitions.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_type.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_type.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_util.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_util.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/_variables.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/ionic.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/ionic.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/ionicons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/1ee7dfda61537e626044bb44d2c808009ef7281c/ionicons.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/_ionicons-font.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/_ionicons-font.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/_ionicons-icons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/_ionicons-icons.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/_ionicons-variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/_ionicons-variables.scssc -------------------------------------------------------------------------------- /www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/ionicons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/.sass-cache/81bcffe85b7e0afaf4c47a31957a3b72731274c2/ionicons.scssc -------------------------------------------------------------------------------- /www/lib/angular-google-maps.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/angular-google-maps.min.js -------------------------------------------------------------------------------- /www/lib/angular-growl.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/angular-growl.min.js -------------------------------------------------------------------------------- /www/lib/angular-imgcache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/angular-imgcache.js -------------------------------------------------------------------------------- /www/lib/angular-simple-logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/angular-simple-logger.js -------------------------------------------------------------------------------- /www/lib/elif.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/elif.js -------------------------------------------------------------------------------- /www/lib/fullscreen.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/fullscreen.min.js -------------------------------------------------------------------------------- /www/lib/imgcache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/imgcache.js -------------------------------------------------------------------------------- /www/lib/ionic/css/ionic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/css/ionic.css -------------------------------------------------------------------------------- /www/lib/ionic/css/ionic.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/css/ionic.min.css -------------------------------------------------------------------------------- /www/lib/ionic/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/fonts/ionicons.eot -------------------------------------------------------------------------------- /www/lib/ionic/fonts/ionicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/fonts/ionicons.svg -------------------------------------------------------------------------------- /www/lib/ionic/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/fonts/ionicons.ttf -------------------------------------------------------------------------------- /www/lib/ionic/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/fonts/ionicons.woff -------------------------------------------------------------------------------- /www/lib/ionic/js/angular-ui/angular-ui-router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular-ui/angular-ui-router.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular-ui/angular-ui-router.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular-ui/angular-ui-router.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular-animate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular-animate.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular-animate.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular-animate.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular-resource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular-resource.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular-resource.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular-resource.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular-sanitize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular-sanitize.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular-sanitize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular-sanitize.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular.js -------------------------------------------------------------------------------- /www/lib/ionic/js/angular/angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/angular/angular.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/ionic-angular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/ionic-angular.js -------------------------------------------------------------------------------- /www/lib/ionic/js/ionic-angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/ionic-angular.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/ionic.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/ionic.bundle.js -------------------------------------------------------------------------------- /www/lib/ionic/js/ionic.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/ionic.bundle.min.js -------------------------------------------------------------------------------- /www/lib/ionic/js/ionic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/ionic.js -------------------------------------------------------------------------------- /www/lib/ionic/js/ionic.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/js/ionic.min.js -------------------------------------------------------------------------------- /www/lib/ionic/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/ionic/version.json -------------------------------------------------------------------------------- /www/lib/lodash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/lodash.js -------------------------------------------------------------------------------- /www/lib/mpd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/mpd.js -------------------------------------------------------------------------------- /www/lib/websockify/base64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/websockify/base64.js -------------------------------------------------------------------------------- /www/lib/websockify/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/websockify/util.js -------------------------------------------------------------------------------- /www/lib/websockify/websock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/lib/websockify/websock.js -------------------------------------------------------------------------------- /www/php/classes/external-services.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/classes/external-services.php -------------------------------------------------------------------------------- /www/php/data/gps_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/gps_data.json -------------------------------------------------------------------------------- /www/php/data/trip-data_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/trip-data_1.json -------------------------------------------------------------------------------- /www/php/data/trip-data_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/trip-data_2.json -------------------------------------------------------------------------------- /www/php/data/trip-data_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/trip-data_3.json -------------------------------------------------------------------------------- /www/php/data/trip-data_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/trip-data_4.json -------------------------------------------------------------------------------- /www/php/data/trip-data_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/trip-data_5.json -------------------------------------------------------------------------------- /www/php/data/trip_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/data/trip_data.json -------------------------------------------------------------------------------- /www/php/services.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/php/services.php -------------------------------------------------------------------------------- /www/templates/pages/car-location.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/car-location.html -------------------------------------------------------------------------------- /www/templates/pages/current-queue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/current-queue.html -------------------------------------------------------------------------------- /www/templates/pages/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/files.html -------------------------------------------------------------------------------- /www/templates/pages/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/home.html -------------------------------------------------------------------------------- /www/templates/pages/night-mode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/night-mode.html -------------------------------------------------------------------------------- /www/templates/pages/playlists.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/playlists.html -------------------------------------------------------------------------------- /www/templates/pages/reference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/reference.html -------------------------------------------------------------------------------- /www/templates/pages/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/settings.html -------------------------------------------------------------------------------- /www/templates/pages/trip-meter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/trip-meter.html -------------------------------------------------------------------------------- /www/templates/pages/weather.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/pages/weather.html -------------------------------------------------------------------------------- /www/templates/partials/location.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/partials/location.html -------------------------------------------------------------------------------- /www/templates/partials/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/partials/menu.html -------------------------------------------------------------------------------- /www/templates/partials/now-playing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthony-mills/raspberrypi-carputer/HEAD/www/templates/partials/now-playing.html --------------------------------------------------------------------------------