Search found 25 matches

by mbirth
Fri Oct 23, 2015 8:34 am
Forum: WiPy and CC3200 boards
Topic: Change in wifi behavior after update to 1.1.0
Replies: 4
Views: 5056

Re: Change in wifi behavior after update to 1.1.0

cswiger wrote:wifi = WLAN(WLAN.STA)
The new syntax would be:

Code: Select all

wifi = WLAN(mode=WLAN.STA)
It's also mentioned in the documentation.
by mbirth
Thu Oct 22, 2015 1:11 pm
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 178907

Re: Sending email

The link you provide is the one for the pyboard docs, the one for the WiPy is (the one on the sticky post and on the KS update): http://micropython.org/resources/docs/en/latest/wipy/ And yes, ssl is documented: http://micropython.org/resources/docs/en/latest/wipy/library/ussl.html Okay, my bad. Sor...
by mbirth
Thu Oct 22, 2015 12:11 pm
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 178907

Re: Sending email

danicampora wrote:It says that it supports SSL. Blynk doesn't use HTTPS, they have their own protocol build on top of sockets. Check the library
It seems they're using the ussl module which is not yet mentioned in the documentation.

Is this available on the WiPy, too?
by mbirth
Thu Oct 22, 2015 10:35 am
Forum: Programs, Libraries and Tools
Topic: Simple terminal (VT100) editor widget (and other widgets)
Replies: 22
Views: 32698

Re: Simple terminal (VT100) editor widget

@pfalcon, could you give a small example on how to invoke your picotui? @Roberthh: Your repository is missing the shebang file. Also pex.py isn't provided in the repository (and not mentioned in the README). And I'd prefer for the if sys.platform in (...) parts to be omitted in the platform-specific...
by mbirth
Thu Oct 22, 2015 9:54 am
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 178907

Re: Sending email

Ferretproof wrote:That would be award winning, especially when it also supports HTTPS.
(tell me when I ask too much :D)
By the way: In the announcement I read that the Blynk library fully supports HTTPS calls. Is that so? Do they have a working MicroPython implementation for HTTPS?
by mbirth
Wed Oct 21, 2015 4:10 pm
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 178907

Re: Sending email

I know you can send emails using just telnet (http://www.yuki-onna.co.uk/email/smtp.html) so you should be able to do it without smtplib. As long as the server doesn't insist on some better auth scheme which would need a TLS/SSL library. But you're right, the basic order is like: HELO my.hostname.c...
by mbirth
Sat Oct 17, 2015 6:01 pm
Forum: WiPy and CC3200 boards
Topic: Firmware updates - where will they be?
Replies: 3
Views: 3632

Firmware updates - where will they be?

Will firmware updates for the WiPy be available from the main MicroPython download page or where should we keep an eye on?
by mbirth
Sat Oct 17, 2015 2:58 pm
Forum: Programs, Libraries and Tools
Topic: Android port
Replies: 12
Views: 13972

Re: Android port

pfalcon wrote:well, I already play with one, but it still needs to be run from command line
That's what I meant with APK. I'm perfectly fine running it from the shell (or a Tasker shell command).
by mbirth
Wed Oct 14, 2015 4:05 pm
Forum: WiPy and CC3200 boards
Topic: Web Server
Replies: 2
Views: 6053

Re: Web Server

Have a look at picoweb.
by mbirth
Tue Oct 13, 2015 10:07 pm
Forum: Programs, Libraries and Tools
Topic: Android port
Replies: 12
Views: 13972

Re: Android port

If you need a beta tester, I have a Nexus 9 waiting for a MicroPython APK... ;)