Wiznet makers

simons

Published June 30, 2023 ©

30 UCC

11 WCC

3 VAR

0 Contests

0 Followers

0 Following

Original Link

CircuitPython_Wiznet5k_Socket_Visualizer

CircuitPython_Wiznet5k_Socket_Visualizer

COMPONENTS Hardware components

WIZnet - W5100

x 1

Software Apps and online services

Adafruit - Circuitpython

x 1


PROJECT DESCRIPTION

Description

Socket Visualizer is a CircuitPython script that was created to help test the WIZnet5k driver provided by Adafruit. It creates a simple server that listens for TCP connections and displays a table in the serial console containing hardware socket status information ('reservation' state, status and connected client) as connections are made and broken. When clients connect, the server sends a string indicating which hardware socket the client is connected to. While the client is connected, the server sends out 'heartbeat' strings every 2 seconds.

Below is an example of the Socket Visualizer's output:

An example of Socket Visualizer's output

Documents
Comments Write