Does MicroPython support http?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
blipton
Posts: 8
Joined: Mon Dec 15, 2014 3:11 am

Does MicroPython support http?

Post by blipton » Mon Dec 15, 2014 3:14 am

With the plethora of low cost wifi chips that interface via spi, I wonder if any of Python's web server functionality made it over to Micropython?

I assume the low level driver would have to be modified by the user for the particular wifi chip configuration / access but it seems like a neat idea!
http://www.linuxjournal.com/content/tec ... ver-python

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Does MicroPython support http?

Post by pfalcon » Mon Dec 15, 2014 7:10 pm

MicroPython supports "http" and more, sure: http://forum.micropython.org/viewtopic.php?f=5&t=165 . PyBoard doesn't yet though, AFAIK.
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply