template, fixes
This commit is contained in:
parent
a8009f744d
commit
ac045c3e0e
7 changed files with 238 additions and 37 deletions
8
demo1.py
Normal file
8
demo1.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import network, sys, time
|
||||
|
||||
sock = network.Sock()
|
||||
destination = ["192.168.0.255", 33077]
|
||||
|
||||
while True:
|
||||
message = input("envoyer: ")
|
||||
sock.send(message, destination)
|
||||
Loading…
Add table
Add a link
Reference in a new issue