Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 486 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 486 Bytes

Interpreter

Introduction

This is an implementation of the mopiOS Interpreter for use with an ESP-01 module, through a Socket.io connection. The client side is developed in Node.js and served through an Express web server. The server side is implemented through Arduino for the ESP8266.

Acknowledgements

Max Mustermann's Socket.io client for ESP8266 modules. You can find his original code here.