label0 = Widgets.Label("Local IP:", 4, 32, 1.0, 0xFFFFFF, 0x222222, Widgets.FONTS.DejaVu18) label1 = Widgets.Label("Server IP:", 4, 60, 1.0, 0xFFFFFF, 0x222222 ...
# The on_boot lambda code is how you can process data coming back from the server on the TCP socket. # Then down in remote_receiver section, the id(tcp_client).send_message(...) commands are examples ...