Unsigned TCP/IP IPv4 Address To Text

From Visuino
Revision as of 00:58, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIPv4ToText.png == Summary == The **Unsigned TCP/IP IPv4 Address To Text** component converts a 32-bit unsigned integer IPv4 address into a human-readable text format (dotted-decimal notation). This allows IP addresses to be displayed, logged, or transmitted as standard strings. == Description == IPv4 addresses are usually represented in dotted-decimal format (e.g., `192.168.0.1`). This component accepts an unsigned 32-bit numeric input and outputs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIPv4ToText.png

Summary

The **Unsigned TCP/IP IPv4 Address To Text** component converts a 32-bit unsigned integer IPv4 address into a human-readable text format (dotted-decimal notation). This allows IP addresses to be displayed, logged, or transmitted as standard strings.

Description

IPv4 addresses are usually represented in dotted-decimal format (e.g., `192.168.0.1`). This component accepts an unsigned 32-bit numeric input and outputs the corresponding IPv4 string, making it suitable for networking applications, logging, and configuration systems.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the component.

Pins

Input Pins

  • in – Unsigned 32-bit IPv4 address input.

Output Pins

  • out (text) – IPv4 address string in dotted-decimal format.

Categories