1 Harmony 3 TCP/IP Application for SAM RH71 Family

MPLAB® Harmony 3 is an extension of the MPLAB® ecosystem for creating embedded firmware solutions for Microchip 32-bit SAM and PIC microcontroller and microprocessor devices. Refer to the following links for more information.

This repository contains the MPLAB® Harmony 3 Network Application examples for SAM RH71 Family. It provides usage example of the Microchip TCP/IP stack for the SAM RH71 device. The repo contains multiple applications that demonstrate communication over TCP/IP using well known protocols like TCP, UDP, HTTP, etc. Refer to the following links for release notes, training materials, and interface reference information.

Code Examples

The following applications are provided to demonstrate the typical or interesting usage models of one or more peripheral libraries.

NameDescription
berkeley_tcp_clientTCP/IP Berkeley TCP Client Application
berkeley_tcp_serverTCP/IP Berkeley TCP Server Application
berkeley_udp_clientTCP/IP Berkeley UDP Client Application
berkeley_udp_serverTCP/IP Berkeley UDP Server Application
berkeley_udp_relayTCP/IP Berkeley UDP Relay Application
tcpip_tcp_clientTCP/IP TCP Client Application
tcpip_tcp_client_serverTCP/IP TCP Client Server Application
tcpip_client_serverTCP/IP Client Server Application
tcpip_tcp_serverTCP/IP TCP Server Application
tcpip_udp_clientTCP/IP UDP Client Application
tcpip_udp_serverTCP/IP UDP Server Application
tcpip_udp_client_serverTCP/IP UDP Client Server Application