Search found 16 matches

by BoKKeR
Mon Feb 12, 2018 11:49 am
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Re: Authentication

I am doing the project on my own as far it comes to development and execution. I do have a budget but no experience with bigger web systems (that is why there is no sensitive information in the configs). The project for sure will not end up to be a big commercial success but that is not really the p...
by BoKKeR
Mon Feb 12, 2018 10:55 am
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Re: Authentication

WebREPL is not available on the esp32 see https://github.com/micropython/micropython-esp32/issues/107. I am looking into the cross-domain AJAX solution but it seems to be over my head right now but it seems like a feasible solution. If I understand it right it would spare the esp32 of hosting the we...
by BoKKeR
Sun Feb 11, 2018 11:56 pm
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Re: Authentication

I looked into that option too. I tried with a localhost webserver that would run on the device on one of the cores. But it just seemed to be too unstable. It needed multiple reboots and it had really poor performance. 5-10s waiting times on page loadings etc. I tried picoweb and MicroWebSrv. Beyond ...
by BoKKeR
Sun Feb 11, 2018 11:11 pm
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Re: Authentication

To be able to update the settings on the fly would be the best. The settings that would be transferred are really simple. Take it as a weather station device that will have changeable cities with weather reports. When it comes to this info I am not scared that someone will steal it. I was thinking o...
by BoKKeR
Tue Feb 06, 2018 9:54 pm
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Re: Authentication

The product will only fetch public data, there is no reason for me to fear about people finding out someone else-s config or changing the config on the fly with a MITM attack. About rethinkDB, I fired it up a container and it does look good but I just can't find any micropython "driver". Should I ju...
by BoKKeR
Tue Feb 06, 2018 6:26 pm
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Re: Authentication

This is supposed to be an end-user product, the end user registers an account, attaches his esp32 to the online account. From this point the ESP32 fetches all the data from the server. As I am thinking about it maybe a basic API that would just deliver the data without accepting any data from the es...
by BoKKeR
Tue Feb 06, 2018 3:10 pm
Forum: General Discussion and Questions
Topic: Authentication
Replies: 14
Views: 9332

Authentication

I want to make server website to which multiple client micropython boards would log in. The functionality would be: post, fetch, register but I am concerned about the security. If I go the MySQL path I have to disclose the password in the code and leaves a big security hole. On the other end, I don'...
by BoKKeR
Sat Jan 20, 2018 10:46 pm
Forum: ESP8266 boards
Topic: Reached the memory limits of the ESP8266 board. Now what?
Replies: 24
Views: 14246

Re: Reached the memory limits of the ESP8266 board. Now what?

ah I see. and they are double the price also.
by BoKKeR
Sat Jan 20, 2018 1:09 pm
Forum: ESP8266 boards
Topic: Reached the memory limits of the ESP8266 board. Now what?
Replies: 24
Views: 14246

Re: Reached the memory limits of the ESP8266 board. Now what?

4Meg of PSram? what do you mean by that? how ?
by BoKKeR
Thu Jan 11, 2018 10:23 pm
Forum: ESP8266 boards
Topic: Reached the memory limits of the ESP8266 board. Now what?
Replies: 24
Views: 14246

Re: Reached the memory limits of the ESP8266 board. Now what?

I actually ended up with the same solution. Running micropython on a rpi. Too bad i2c is not supported