Skip to content

Core network lib for microcontrollers to initialize and handle their server side.

Notifications You must be signed in to change notification settings

de-things/delib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Important

It's highly recommended not to #include both DelibWlan.h and DelibEthernet.h modules at once, since the first one compiles for Generic ESP8266 Controller and the second one for most of Arduino boards with Ethernet interface installed.

Summary

Core network lib for mirco contollers to initialize and handle their server side.

Install

  1. Clone repo to local arduino libraries directory. For Windows it's:
C:\Users\your_username\Documents\Arduino\libraries
  1. Copy add-ons to the local arduino libraries directory;
  2. (Optionally) Install esp8266 by ESP8266 Community board extension if you plan to work with esp8266 controller module.

Examples

Check delib-wifi-example and delib-ethernet-example to get into how to use this lib.

ESP32 Support?

I hate ESP32 server (no routing), so there is no ESP32 support. I'm working on it.

About

Core network lib for microcontrollers to initialize and handle their server side.

Resources

Stars

Watchers

Forks

Packages

No packages published