Search found 70 matches

by on4aa
Tue Jan 30, 2018 8:02 pm
Forum: Programs, Libraries and Tools
Topic: Some problems with asyn library
Replies: 21
Views: 17593

Re: asyn events — in basic uasyncio event loop; CPU usage

on4aa wrote:
Tue Jan 30, 2018 7:54 pm
I now changed the subject to attend to your concerns, whilst remaining as correctly informative as is humanly possible.
@pfalcon It indeed looks like I do not share your godlike powers to change thread titles! :mrgreen:
by on4aa
Tue Jan 30, 2018 7:54 pm
Forum: Programs, Libraries and Tools
Topic: Some problems with asyn library
Replies: 21
Views: 17593

Re: asyn events — in basic uasyncio event loop; CPU usage

@pfalcon I understand your concern. I tend to chose my subject wording very carefully. However, this thread indeed took another turn along the way, which may give the wrong impressions about uasyncio on its own. I now changed the subject to attend to your concerns, whilst remaining as correctly info...
by on4aa
Tue Jan 30, 2018 9:31 am
Forum: ESP8266 boards
Topic: How can I protect sensitive information?
Replies: 10
Views: 9140

Re: How can I protect sensitive information?

Uh, that does not sound good. I will install their firmware to peek around what is happening. It is not that dramatic and probably not done with bad intention. There are without doubt also cultural differences in sensitivity for such matters. Removing import m5cloud from boot.py should stop this be...
by on4aa
Mon Jan 29, 2018 6:06 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 541588

Re: MicroPython on ESP32 with SPIRAM support

tuupola wrote:
Sun Jan 28, 2018 6:09 am
Answering to myself here, yes it seems it does. Thanks to viral nature of GPL my understanding is this makes the whole project effectively GPL licensed.
By consequence, M5Stack is affected as well.
by on4aa
Mon Jan 29, 2018 5:11 pm
Forum: ESP8266 boards
Topic: How can I protect sensitive information?
Replies: 10
Views: 9140

Re: How can I protect sensitive information?

tuupola wrote:
Mon Jan 29, 2018 4:17 am
Or is the problem that the M5Stack version of MicroPython firmware uploads the code stored in flash to the cloud without user consent even if you are not using the cloud editor to edit the code?
Exactly.
by on4aa
Mon Jan 29, 2018 4:35 pm
Forum: Programs, Libraries and Tools
Topic: Some problems with asyn library
Replies: 21
Views: 17593

Re: uasyncio — basic event loop

@cefn Thank you very much for amending my code to the point where it behaves itself on CPU. Bear with me for a moment, I would like to recapitulate one step earlier to make sure all is well understood. Correct me if I am wrong. loop.create_task(sample(data_ready)) #loop.create_task(update_lcd(data_r...
by on4aa
Sat Jan 27, 2018 10:33 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 541588

Re: MicroPython on ESP32 with SPIRAM support

@loboris Thank you for your clarification. This inspires a lot of confidence. As you suggest, it would indeed be wise to list the items that are not licensed under the MIT terms in a file in the root, together with their license type. This would allow users who intend on using your software in a com...
by on4aa
Sat Jan 27, 2018 9:30 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 541588

Re: MicroPython on ESP32 with SPIRAM support

Dear loboris, First off, thank you for all your efforts. However, to leave out any legal conundrums; Would you mind putting your software licensing terms in the root folder of your GitHub repository? As it currently stands, it looks like the MIT license only applies to certain parts of your software...
by on4aa
Sat Jan 27, 2018 9:20 pm
Forum: ESP8266 boards
Topic: How can I protect sensitive information?
Replies: 10
Views: 9140

Re: How can I protect sensitive information?

This discussion is related to the following loboris MicroPython for ESP32 issue.
by on4aa
Sat Jan 27, 2018 8:57 pm
Forum: ESP8266 boards
Topic: How can I protect sensitive information?
Replies: 10
Views: 9140

Re: How can I protect sensitive information?

The confidentiality of your application code might actually also be at risk by virtue of the firmware and certain libraries. I am absolutely not saying that this is happening, but just to put an example: closed source firmware could be leaking your application code to an off-site server as soon as W...