async http server

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
demoontz
Posts: 18
Joined: Wed Feb 15, 2017 12:39 pm

async http server

Post by demoontz » Tue Mar 07, 2017 3:19 pm

Hello all!
i'm trying to implement rest server on esp8266 with realtime working sensor. looks like multitasking.
as result i wanna get sensors state by rest and send mqtt request by some events like push button or change sensors state.
how to best way to work with it?
umqtt fork fine and webserver work fine separably. but how can i combine it?
thanx!

craftyguy
Posts: 2
Joined: Wed Mar 08, 2017 12:31 am

Re: async http server

Post by craftyguy » Wed Mar 08, 2017 12:40 am

I'm currently fighting through this with uasyncio and picoweb, but can't get them to play nicely together.

Have you looked at these?

Post Reply