MicroPython webserver

Since the MicroPython Kickstarter campaign had promised WIZ820io network support , author decided to try to set up a simple webserver.
ORIGINAL POST
By Damien George
components
Hardware Components
WIZ820io
X 1
X 1
Software Apps and online services
source code
details

Capture.JPG

Since the MicroPython Kickstarter campaign had promised WIZ820io network support , Author decided to try to set up a simple webserver.

his is the Micro Python project, which aims to put an implementation of Python 3.x on a micro-controller.

Micro Python implements the entire Python 3.4 syntax (including exceptions, “with”, “yield from”, etc.). The following core datatypes are provided: str (no Unicode support yet), bytes, bytearray, tuple, list, dict, set, array.array, collections.namedtuple, classes and instances. Builtin modules include sys, time, and struct. Note that only subset of Python 3.4 functionality implemented for the data types and modules.

 

For more information, refer to https://www.elektormagazine.com/labs/micropython-webserver-160428

 

Capture.JPG

Since the MicroPython Kickstarter campaign had promised WIZ820io network support , Author decided to try to set up a simple webserver.

his is the Micro Python project, which aims to put an implementation of Python 3.x on a micro-controller.

Micro Python implements the entire Python 3.4 syntax (including exceptions, “with”, “yield from”, etc.). The following core datatypes are provided: str (no Unicode support yet), bytes, bytearray, tuple, list, dict, set, array.array, collections.namedtuple, classes and instances. Builtin modules include sys, time, and struct. Note that only subset of Python 3.4 functionality implemented for the data types and modules.

 

For more information, refer to https://www.elektormagazine.com/labs/micropython-webserver-160428

 

documents
Code
Schematics
Others

COMMENTS

Please Login to comment
  Subscribe  
Notify of