Skip to content

Conversation

Enkumicahel
Copy link

@Enkumicahel Enkumicahel commented Aug 4, 2021

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

@bellad17
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants