Porting Python3 HTTP server to Micropython

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
cefn
Posts: 230
Joined: Tue Aug 09, 2016 10:58 am

Porting Python3 HTTP server to Micropython

Post by cefn » Sat Apr 18, 2020 4:17 pm

Hi, all

The commit linked below was everything needed for a python3 project to work in MicroPython v1.12-351-gbd5633778-dirty running on unix as a reference.

https://github.com/vgkits/corequest/com ... 2c5a21?w=1

Thought it might be useful to share given this is a fairly generic case of a HTTP server.

Post Reply