Search found 7 matches

by xyb
Mon Nov 09, 2015 1:55 pm
Forum: WiPy and CC3200 boards
Topic: Do we have a plan for AES?
Replies: 3
Views: 4240

Re: Do we have a plan for AES?

Danicampora, could you please write a note like https://github.com/micropython/micropython/issues/992 to introduce what's your plan? I would love to try when I have time.
by xyb
Thu Nov 05, 2015 7:33 am
Forum: WiPy and CC3200 boards
Topic: Do we have a plan for AES?
Replies: 3
Views: 4240

Do we have a plan for AES?

I know 'aes.h' included in source but not exposed in any modules. Do we have a schedule to support AES with CBC?
by xyb
Wed Nov 04, 2015 8:54 am
Forum: WiPy and CC3200 boards
Topic: Unreliable Operation: FTP, Telnet, Power, ...
Replies: 27
Views: 29065

Re: Unreliable Operation: FTP, Telnet, Power, ...

OK, I know why CWD failed: `cd ~/flash/lib` doesn't work lftp micro@192.168.6.111:~> cd ~/flash cd ok, cwd=~/flash lftp micro@192.168.6.111:~/flash> cd ~/flash/lib cd: Access failed: 550 (~/flash/lib) lftp micro@192.168.6.111:~/flash> cd /flash cd ok, cwd=/flash lftp micro@192.168.6.111:/flash> cd /...
by xyb
Wed Nov 04, 2015 8:43 am
Forum: WiPy and CC3200 boards
Topic: Unreliable Operation: FTP, Telnet, Power, ...
Replies: 27
Views: 29065

Re: Unreliable Operation: FTP, Telnet, Power, ...

2 errors detected What's that about? Any idea what are the errors that lftp refers to? Here is the lftp debug information: $ lftp 192.168.6.111 lftp 192.168.6.111:~> user micro python lftp micro@192.168.6.111:~> debug 9 lftp micro@192.168.6.111:~> mirror -R flash flash ---- Connecting to 192.168.6....
by xyb
Mon Nov 02, 2015 1:40 pm
Forum: WiPy and CC3200 boards
Topic: Unreliable Operation: FTP, Telnet, Power, ...
Replies: 27
Views: 29065

Re: Unreliable Operation: FTP, Telnet, Power, ...

Hi all, The crash issues when a secured or multiple FTP connections are attempted should be fixed now. Damien has setup a daily build of the WiPy here: http://micropython.org/download/ , feel free to test it and let us know if the FTP problems are gone. Thanks! Cheers, Daniel I have flashed, it wor...
by xyb
Sat Nov 15, 2014 5:34 am
Forum: General Discussion and Questions
Topic: collection of libraries and projects
Replies: 4
Views: 5563

Re: collection of libraries and projects

Updated, Thanks!
stijn wrote:Wow, lots of things there I didn't even know existed. How did you find all this?

Could add my https://github.com/stinos/micropython-wrap. Might not be very 'micro' but makes registering custom code easy.
It's simply, just surf this forum, and search in Github. ;)
by xyb
Thu Nov 13, 2014 10:39 am
Forum: General Discussion and Questions
Topic: collection of libraries and projects
Replies: 4
Views: 5563

collection of libraries and projects

Hi, I've made a list of Micro Python Libraries and Projects that comes from this forum and github:
https://gist.github.com/xyb/9a4c8d7fba92e6e3761a

Feel free to comment or add more you know.