Modifications

Sauter à la navigation Sauter à la recherche
199 octets ajoutés ,  22 mai 2016 à 20:23
Ligne 28 : Ligne 28 :     
== REPL Telnet ==
 
== REPL Telnet ==
Linux stock telnet works like a charm (also on OSX), but other tools like putty work quite well too. The default credentials are: '''user:''' {{fname|micro}}, '''password:''' {{fname|python}}. See [https://micropython.org/resources/docs/en/latest/wipy/library/network.html#network-server network.server] (''micropython.org'') for info on how to change the defaults.  
+
Le programme "telnet" disponible sur Linux fonctionnera comme un charme (aussi sous OSX) mais d'autres outils tels que putty fonctionnera également très bien.  
   −
For instance, on a linux shell (when connected to the WiPy in AP mode):
+
Le authentification par défaut est:
 +
* Utilisateur: '''micro'''
 +
* Mot de passe: '''python'''
 +
 
 +
Voyez l'info sur [https://micropython.org/resources/docs/en/latest/wipy/library/network.html#network-server network.server] (''micropython.org'') pour obtenir plus d'information sur la façon de modifier cette configuration par défaut.
 +
 
 +
Par exemple, sur un shell Linux, vous pourriez utiliser la commande suivante (lorsque vous êtes connecté sur le WiPy en mode Access Point):
    
  <nowiki>$ telnet 192.168.1.1</nowiki>
 
  <nowiki>$ telnet 192.168.1.1</nowiki>
29 917

modifications

Menu de navigation