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.
Name | Description |
---|---|
berkeley_tcp_client | TCP/IP Berkeley TCP Client Application |
berkeley_tcp_server | TCP/IP Berkeley TCP Server Application |
berkeley_udp_client | TCP/IP Berkeley UDP Client Application |
berkeley_udp_server | TCP/IP Berkeley UDP Server Application |
berkeley_udp_relay | TCP/IP Berkeley UDP Relay Application |
tcpip_tcp_client | TCP/IP TCP Client Application |
tcpip_tcp_client_server | TCP/IP TCP Client Server Application |
tcpip_client_server | TCP/IP Client Server Application |
tcpip_tcp_server | TCP/IP TCP Server Application |
tcpip_udp_client | TCP/IP UDP Client Application |
tcpip_udp_server | TCP/IP UDP Server Application |
tcpip_udp_client_server | TCP/IP UDP Client Server Application |