webrepl icon indicating copy to clipboard operation
webrepl copied to clipboard

Feature to send multiple files

Open Enkumicahel opened this issue 4 years ago • 1 comments

Feature to send multiple files: It might struggle if the network is busy. Open for criticism

Enkumicahel avatar Aug 04 '21 09:08 Enkumicahel

send one file to more devices `for o in range(200,212): u='' s='' u= './webrepl_cli.py -p xxxxxxxxx 192.168.1.'+str(o)+'d.txt' /root/esp_sondes/d.txt' print(u) try:

     os.system(u)
  except:
     time.sleep(1)
     os.system(u)

` but howto close disconnect command with webrepl?

bellad17 avatar Mar 28 '22 14:03 bellad17