Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: udp_echo_server.py
- Revision:
- 1:6053abbb65c5
- Parent:
- 0:0675bde9bdd5
--- a/udp_echo_server.py Sat Aug 23 13:12:54 2014 +0000
+++ b/udp_echo_server.py Tue Aug 26 16:34:40 2014 -0700
@@ -8,4 +8,4 @@
while True:
data, address = sock.recvfrom(256)
print "datagram from", address
- sock.sendto(data, address)
+ sock.sendto(data, address)
\ No newline at end of file