Skip to content

Basecode for MSEbot used in MSE 2202 at Western University

Notifications You must be signed in to change notification settings

FinnWestern/MSEbot_basecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSEbot-basecode

Main bot code is found in MSEbot-basecode folder
Original code written by Eugen Porter with additions from Michael Naish

This code requires the following libraries to be installed:

arduinoWebSockets

May be installed directly from the Arduino Library Manager
Github project page: https://github.com/Links2004/arduinoWebSockets

ESPAsyncWebServer

Not found in Arduino Library Manager
Github project page: https://github.com/me-no-dev/ESPAsyncWebServer
May be downloaded as a .ZIP file and installed from Arduino (Sketch > Include Library > Add .ZIP library)
Alternatively, it can be cloned into your Arduino/libraries folder

AsyncTCP

Required by ESPAsyncWebServer. Not found in Arduino Library Manager
Github project page: https://github.com/me-no-dev/AsyncTCP
May be downloaded as a .ZIP file and installed from Arduino (Sketch > Include Library > Add .ZIP library)
Alternatively, it can be cloned into your Arduino/libraries folder

About

Basecode for MSEbot used in MSE 2202 at Western University

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.7%
  • C 24.4%
  • Objective-C 22.9%