@@ -296,26 +296,30 @@ WebREPL (web browser interactive prompt)
296
296
297
297
WebREPL (REPL over WebSockets, accessible via a web browser) is an
298
298
experimental feature available in ESP8266 port. Download web client
299
- from https://github.com/micropython/webrepl , and start daemon using::
299
+ from https://github.com/micropython/webrepl (hosted version available
300
+ at http://micropython.org/webrepl), and start the daemon on a device
301
+ using::
300
302
301
303
import webrepl
302
304
webrepl.start()
303
305
304
- (Release version will have it started on boot by default.)
306
+ (Release versions have it started on boot by default.)
305
307
306
308
On a first connection, you will be prompted to set password for future
307
309
sessions to use.
308
310
309
311
The supported way to use WebREPL is by connecting to ESP8266 access point,
310
312
but the daemon is also started on STA interface if it is active, so if your
311
- routers is set up and works correctly, you may also use it while connecting
312
- to your normal Internet access point (use ESP8266 AP connection method if
313
- face any issues).
313
+ router is set up and works correctly, you may also use WebREPL while connected
314
+ to your normal Internet access point (use the ESP8266 AP connection method
315
+ if you face any issues).
314
316
315
317
WebREPL is an experimental feature and a work in progress, and has known
316
- issues. There's also provision to transfer (both upload and download)
317
- files over WebREPL connection, but it has unstable status (be ready to
318
- reboot a module in case of issues). It still may be a practical way to
318
+ issues.
319
+
320
+ There's also provision to transfer (both upload and download)
321
+ files over WebREPL connection, but it has even more experimental status
322
+ than the WebREPL terminal mode. It is still a practical way to
319
323
get script files onto ESP8266, so give it a try using ``webrepl_cli.py ``
320
- from the repository above. See forum for other community-supported
321
- alternatives to transfer files to ESP8266.
324
+ from the repository above. See the MicroPython forum for other
325
+ community-supported alternatives to transfer files to ESP8266.
0 commit comments