Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

TCP/IP socket server for ESP8266 module in Duet WiFi motion control electronics

Notifications You must be signed in to change notification settings

sdavi/DuetWiFiSocketServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following variuables muse be set at the workspace level before building: To set them, go to Windows -> Preferences -> C/C++ -> Build -> Build Variables and click "Add..."

XtensaGccPath: The path to your xtensa toolchain bin directory. For example... /xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin EspBootFile: The esp8266 boot file. For example... /esp8266/hardware/esp8266/2.4.1/bootloaders/eboot/eboot.elf EspToolPath: The path to esptool. For example... /esp8266/tools/esptool/0.4.13/esptool.exe

About

TCP/IP socket server for ESP8266 module in Duet WiFi motion control electronics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.3%
  • C 23.7%