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.
- Microchip 32-bit MCUs
- Microchip 32-bit MPUs
- Microchip MPLAB X IDE
- Microchip MPLAB® Harmony
- Microchip MPLAB® Harmony Pages
This repository contains the MPLAB® Harmony 3 Net library application examples for PIC32CK GC01 family
Folder | Description |
---|---|
apps | Contains Net library example applications |
docs | Contains documentation in html format for offline viewing (to be used only after cloning this repository onto a local machine). Use github pages of this repository for viewing it online. |
The following applications are provided to demonstrate the typical or interesting usage models of the Net libraries.
Name | Description |
---|---|
iperf_demo | This example application shows running iperf and measuring the network performance |
tcpip_tcp_client | This example application shows a TCP Client demo using Harmony native API |
tcpip_tcp_server | This example application shows a TCP Server demo using Harmony native API |
web_net_server_sdcard_fatfs | This example application shows a Web server with FAT FS file system on the external SD card |
web_net_super_set_sdcard_fatfs | This example application shows a all modules built-in demo (IPv6, DHCPv6 server, telnet, etc.) running a web server with FAT FS file system on the external SD card |