Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| mycar:software:components [2019/01/20 01:22] – angelegt admin | mycar:software:components [2019/05/15 15:15] (aktuell) – design decicion pyobd admin | ||
|---|---|---|---|
| Zeile 12: | Zeile 12: | ||
| ==== Install required components ==== | ==== Install required components ==== | ||
| - | ===== obdgpslogger ===== | + | ===== DEPRECATED: |
| + | The first idea was to use OBDGPSLogger ... | ||
| + | For now I'm a little bit further. the OBD interface of choice would be: {{: | ||
| ===== hostapd ===== | ===== hostapd ===== | ||
| Zeile 20: | Zeile 22: | ||
| ===== gpsd ===== | ===== gpsd ===== | ||
| + | ===== Python3 ===== | ||
| + | Libraries required for the application server, installed via pip: | ||
| + | |||
| + | * {{: | ||
| + | |||
| + | * {{: | ||
| + | |||
| + | * {{: | ||
| + | |||
| + | * {{: | ||
| + | |||
| + | * {{: | ||
| + | |||
| + | ===== Application Server ===== | ||
| + | === flask === | ||
| + | Flask is the python application server used for providing the web interface and the API to controll the myCar unit. | ||
| + | Documentation for Flask could be found under [[http:// | ||
| + | |||
| + | === Jinja2 Templates === | ||
| + | Jinja2 Templates implementing the Webfrontend templating system. | ||
| + | Information could be obtained from here: [[http:// | ||
| + | |||
| + | === pure CSS === | ||
| + | Pure CSS is the CSS implementation for responsiveness and style. It is bundled and delivered with the pplication server. | ||
| + | Information could be obtained from here: [[https:// | ||
×
iphelper toolbox
you see this when javscript or css is not working correct
Untested