Skip to main content

Web server for arduino sensor visualization.

Project description

Build status MIT License PyPI - Python Version PyPI - Python Version

Realization of a web interface allowing to visualize sensors data sent by an arduino on a serial port.

This package can be installed via pip install arduinozore.

We are still working on this README.

Français

L’installation est aisée. Le package se trouvant sur pypi, il suffit de l’installer via la commande

pip install arduinozore

Lors du premier lancement, si aucun dossier de configuration n’est trouvé, il est créé.

Attention Il est nécessaire d’avoir une connection internet pour utiliser pip et lors du premier lancement de l’application. Des fichiers doivent être téléchargés depuis internet.

Pour afficher l’aide, la commande suivante est diponible

arduinozore --help
usage: arduinozore [-h] [-hp HTTP_PORT] [-hsp HTTPS_PORT] [-a path]
               [--newconfig]

Arduinozore server

optional arguments:
-h, --help            show this help message and exit
-hp HTTP_PORT, --http_port HTTP_PORT
                    Server http port. Default 8000
-hsp HTTPS_PORT, --https_port HTTPS_PORT
                    Server https port. Default 8001. Used for sockets too.
-a path, --arduino path
                    Path where arduino source code will be generated.
--newconfig           Delete actual config and make a new one. Warning.

En cas de problème, il est possible de supprimer la configuration et la regénérer avec la commande

arduinozore --newconfig

Il est possible de spécifier les ports http et https. Par défaut les ports 8000 et 8001 sont utilisés. Pour ce faire, les options suivantes sont disponibles

arduinozore -hp 80 -hsp 443

Afin de récupérer le script arduino pour pouvoir le flasher, il est possible de l’obtenir avec l’option -a en donnant le path cible.

arduinozore -a /destination/path/for/arduino/script

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Arduinozore-1.1.1.tar.gz (1.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page