Modifications

Sauter à la navigation Sauter à la recherche
1 222 octets ajoutés ,  17 octobre 2013 à 11:14
Ligne 52 : Ligne 52 :  
An installation of Python 2.7 is included with Linino, with which you can write applications or scripts. For more on Python, visit the [http://docs.python.org/2/ Python 2.7 documentation pages] (''Anglais'', Pyhton.org).
 
An installation of Python 2.7 is included with Linino, with which you can write applications or scripts. For more on Python, visit the [http://docs.python.org/2/ Python 2.7 documentation pages] (''Anglais'', Pyhton.org).
   −
If you're getting started with Python for the first time, there are a number of excellent resources on-line. "[http://learnpythonthehardway.org/book/ Learn Python the Hard Way]" will cover everything you need to know to get up and running with your own scripts.  
+
If you're getting started with Python for the first time, there are a number of excellent resources on-line. "[http://learnpythonthehardway.org/book/ Learn Python the Hard Way]" (Apprendre Python par la pratique, ''Anglais'', learnpythonthehardway.org) will cover everything you need to know to get up and running with your own scripts.  
 +
 
 +
== Stockage externe sur Yún ==
 +
 
 +
You're discouraged from using the Yún's built-in non-volatile memory, because it has a limited number of writes.
 +
 
 +
You can use external memory like a microSD card or thumb drive for saving data, or your own scripts, web pages, etc. For the Yún to access and store information on these drives through the 32U4, they need to have a directory named ''arduino'' in the root of the volume.
 +
 
 +
== Services WEB ==
 +
 
 +
Linino uses REST for clients and servers. REST is an acronym for "Representational State Transfer". It is a software architecture that exposes various parts of the Arduino hardware through URLs.
 +
 
 +
By default, the REST API access is password protected. It is possible to change this to access the services without a password. To change this setting, enter the Yún configuration panel. At the bottom of the page, you will see toggles for changing the access.
 +
 
 +
{{ARDImage|Arduino Yun-Guide-01.jpg}}
 +
 
 +
A nice introduction to the concepts behind REST [http://stackoverflow.com/tags/rest/info can be found here] (''Anglais'', StackOverflow.com) .
 +
 
 +
The there are two REST end points recognized by the Yún are:
    
{{traduction}}
 
{{traduction}}
29 918

modifications

Menu de navigation