-
I’ve been wanting to handle web requests using https on a PyCom WiPy 3.0 for awhile now without success. Maybe this is asking too much of the hardware?
Thanks in advance,
Tim
-
Hi,
I always got the "404 Not Found Nothing matches the given URI" error, although I could connect to the server.
The similar issue was reported here too: https://www.cnx-software.com/2017/10/…
-
Hello,
I'm trying the ``MicroWebSrv`` engine and it seems that serving static pages works fine. Using the controller methods also works fine. However, I have a serious issue with the ``pyhtml`` eng…
-
Hi,
when running **mws.Start(threaded=True)**
then **mws.IsStarted()** always returns false.
mws is working fine, but of course **mws.Stop()** also fails.
What am I missing ? Thank…
xal88 updated
4 years ago
-
I was thinking about creating a pull request to take the _serverProcess function and the ability to run the process outside in a while loop at the parent thread process.
def _serverProcess(self…
-
Dear Jean-Christophe,
we are very happy about the new release of your fine webserver library. For now, it looks like it works very stable on one of our FiPy devices sitting on our workbench.
We …
amotl updated
4 years ago
-
Hi! I previously used a library/web framework called picoweb on my PyCom, but I just found this new version of MicroWebSrv which seems much better documented to me!
However, when loading the module…
-
From the readme and I can not deduce how to write a file upload handler with microwebsrv.
I currently use python3/tornado where I go:
```
class UploadHandler(tornado.web.RequestHandler):
d…
-
More of a request of a feature than an error.... :-)
It would be great if there was a logging utility to allow logging to be added easily to the web server.
Something like the normal logging utilit…
-
In the following screenshot you can see the signal of a timer toggling an io pin every 5ms.
like so:
```
tm = machine.Timer(0)
tm.init( period=5, mode=tm.PERIODIC, callback=update)
```
furthe…