Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pousseseringue-arduino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FabLAAS
PousseSeringue
pousseseringue-arduino
Commits
59a0f411
Commit
59a0f411
authored
2 years ago
by
David Gauchard
Browse files
Options
Downloads
Patches
Plain Diff
doc: ajout des librairies ESPAsync*
parent
a7635865
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-3
15 additions, 3 deletions
README.md
with
15 additions
and
3 deletions
README.md
+
15
−
3
View file @
59a0f411
...
@@ -27,19 +27,31 @@ Cloner les paquets suivant dans le dossier `~/devel/workspace/src`.
...
@@ -27,19 +27,31 @@ Cloner les paquets suivant dans le dossier `~/devel/workspace/src`.
-
[
Compiler and driver pour le esp8266 arduino (coeur arduino).
](
https://github.com/esp8266/Arduino/
)
-
[
Compiler and driver pour le esp8266 arduino (coeur arduino).
](
https://github.com/esp8266/Arduino/
)
-
[
Fournisseur d'interface web pour arduino.
](
https://github.com/s00500/ESPUI
)
-
[
Fournisseur d'interface web pour arduino.
](
https://github.com/s00500/ESPUI
)
On l'utilise pour l'interface graphique
On l'utilise pour l'interface graphique
-
[
Compilation locale de l'interface graphique web.
](
https://github.com/d-a-v/emuAsync
)
-
[
Parseur de fichier Json pour arduino.
](
https://github.com/bblanchon/ArduinoJson
)
Pour compiler sur la cible :
-
[
Pile TCP asynchrone.
](
https://github.com/me-no-dev/ESPAsyncWebServer
)
-
[
Serveur web asynchrone.
](
https://github.com/me-no-dev/ESPAsyncTCP
)
Pour compiler sur le PC (pour test) :
-
[
Remplacement du serveur web asynchrone.
](
https://github.com/d-a-v/emuAsync
)
(les librariries Async
*
ne sont pas compilables sur PC)
-
[
WebSocket driver pour arduino.
](
https://github.com/Links2004/arduinoWebSockets
)
-
[
WebSocket driver pour arduino.
](
https://github.com/Links2004/arduinoWebSockets
)
Utilisé pour la compilation locale de l'interface graphique web.
Utilisé pour la compilation locale de l'interface graphique web.
-
[
Parseur de fichier Json pour arduino.
](
https://github.com/bblanchon/ArduinoJson
)
```
```
mkdir -p ~/devel/workspace/src
mkdir -p ~/devel/workspace/src
cd ~/devel/workspace/src
cd ~/devel/workspace/src
git clone --recursive git@github.com:esp8266/Arduino.git arduino_esp8266
git clone --recursive git@github.com:esp8266/Arduino.git arduino_esp8266
git clone --recursive git@github.com:s00500/ESPUI.git
git clone --recursive git@github.com:s00500/ESPUI.git
git clone --recursive https://github.com/bblanchon/ArduinoJson.git
# pour l'esp8266 seulement
git clone --recursive https://github.com/me-no-dev/ESPAsyncWebServer
git clone --recursive https://github.com/me-no-dev/ESPAsyncTCP
# pour emulation sur PC seulement
git clone --recursive git@github.com:d-a-v/emuAsync.git
git clone --recursive git@github.com:d-a-v/emuAsync.git
git clone --recursive https://github.com/Links2004/arduinoWebSockets.git
git clone --recursive https://github.com/Links2004/arduinoWebSockets.git
git clone --recursive https://github.com/bblanchon/ArduinoJson.git
```
```
On récupère la chaine d'outil pour compiler sur arduino
On récupère la chaine d'outil pour compiler sur arduino
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment