mycar:software:components

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
mycar:software:components [2019/01/29 15:19] – added flask adminmycar:software:components [2019/05/15 15:15] (aktuell) – design decicion pyobd admin
Zeile 12: Zeile 12:
 ==== Install required components ==== ==== Install required components ====
  
-===== obdgpslogger =====+===== DEPRECATED: obdgpslogger ===== 
 +The first idea was to use OBDGPSLogger ... 
 +For now I'm a little bit further. the OBD interface of choice would be: {{:mycar:software:pip.png?20 |install with PIP}}<label pip>pyobd [[https://pypi.org/project/obd/]]</label>
  
 ===== hostapd ===== ===== hostapd =====
Zeile 20: Zeile 22:
 ===== gpsd ===== ===== gpsd =====
  
-===== flask =====+===== Python3 ===== 
 +Libraries required for the application server, installed via pip: 
 + 
 +  * {{:mycar:software:python.png?70 |Python bundled}}<label bundled>configparser [[https://docs.python.org/3.5/library/configparser.html]]</label> 
 +  
 +  * {{:mycar:software:pip.png?20 |install with PIP}}<label pip>bluew [[https://nullp0tr.github.io/bluew/]]</label> 
 + 
 +  * {{:mycar:software:pip.png?20 |install with PIP}}<label pip>python-wifi [[http://pythonwifi.tuxfamily.org/]]</label> 
 + 
 +  * {{:mycar:software:pip.png?20 |install with PIP}}<label pip>flask [[http://flask.pocoo.org/docs/1.0/]]</label> 
 + 
 +  * {{:mycar:software:pip.png?20 |install with PIP}}<label pip>byobd [[https://pypi.org/project/obd/]]</label> 
 + 
 +===== Application Server ===== 
 +=== flask ===
 Flask is the python application server used for providing the web interface and the API to controll the myCar unit. 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://flask.pocoo.org/docs/1.0/]]. Documentation for Flask could be found under [[http://flask.pocoo.org/docs/1.0/]].
 +
 +=== Jinja2 Templates ===
 +Jinja2 Templates implementing the Webfrontend templating system.
 +Information could be obtained from here: [[http://jinja.pocoo.org/]] and the integration with flask from here: [[http://flask.pocoo.org/docs/1.0/templating/]]
 +
 +=== 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://purecss.io/]]
× iphelper toolbox

you see this when javscript or css is not working correct

Untested
IP Address:
First usable:
Subnet:
Last usable:
CIDR:
Amount of usable:
Network address:
Reverse address:
Broadcast address:

  • mycar/software/components.1548775146.txt.gz
  • Zuletzt geändert: 2019/01/29 15:19
  • von admin