We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4364f1 commit 5003ca3Copy full SHA for 5003ca3
examples/client_for_wiznet5k_simpleserver.py
@@ -3,7 +3,8 @@
3
import time
4
5
print("A simple client for the wiznet5k_simpleserver.py example in this directory")
6
-print("Run this on any device connected to the same network as the server, after editing this script with the correct HOST & PORT\n")
+print("Run this on any device connected to the same network as the server, after "
7
+ "editing this script with the correct HOST & PORT\n")
8
# Or, use any TCP-based client that can easily send 1024 bytes. For example:
9
# python -c 'print("1234"*256)' | nc 192.168.10.1 50007
10
0 commit comments