Wiznet makers

lawrence

Published June 05, 2023 ©

79 UCC

9 WCC

21 VAR

0 Contests

0 Followers

0 Following

Original Link

ESP32 WiFi와 이더넷(Ethernet) 모듈 W5500 및 ENC28J60 활용 서버(Server) HTTP JSON 통신 - 2

ESP32 WiFi와 이더넷(Ethernet) 모듈 W5500 및 ENC28J60 활용 서버(Server) HTTP JSON 통신 - 2

COMPONENTS Hardware components

Espressif - Espressif ESP32 Development Board - Developer Edition

x 1


WIZnet - WIZ850io

x 1

Software Apps and online services

Arduino - Arduino IDE

x 1


PROJECT DESCRIPTION

개요

1편에서의 기본적인 HTTP 기반의 JSON 간단한 전송방식을 참고하여 보다 규칙적인 HTTP 통신이 가능하도록 Header 및 데이터 파싱 기능을 추가한 소프트웨어 개발을 진행

 

방법

HTTP Method에 따른 데이터 구성 및 특정 값을 정의 한다. 이를 기반으로 Server와 Client간의 주고받는 데이터 포맷을 지정하고 통신한다.

 

Documents
Comments Write