User requests

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Efried
Posts: 3
Joined: Sun May 11, 2014 3:19 pm

User requests

Post by Efried » Thu Jan 28, 2016 11:26 am

Hello,

I have some experience with a CAI webcontrol and I'm considerung switching to a micropython board.
Here are some feature requests:
- upon loosing DS18B20 sensors the exploration of sensors should be restarted
- server access (GET, POST to extermal server side scripts) should be via SSL
- boards should be addressable from other boards to aggregate data locally (PUSH or PULL of variables)
- over the air software update should be possible using WLAN (preferrably users should be able to do that via internet browser)
- boards should support WPS (safe self registration in a WLAN)
Some functionality will be part of my code, of course.
thanks

Post Reply