index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
/
mods
/
modusocket.c
Age
Commit message (
Expand
)
Author
2015-07-30
cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error.
Daniel Campora
2015-07-30
cc3200: Add socket.makefile()
Daniel Campora
2015-07-17
cc3200: Add socket.sendall() (aliases to send()).
Daniel Campora
2015-07-16
cc3200: Make socket stream methods return POSIX error codes.
Daniel Campora
2015-07-10
cc3200: Refactor and clean-up socket closing code.
Daniel Campora
2015-07-07
cc3200: Translate simplelink's socket error numbers to POSIX values.
Daniel Campora
2015-07-02
cc3200: Fix socket recv and recvfrom return value type.
Daniel Campora
2015-07-02
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
Daniel Campora
2015-07-02
cc3200: Add socket.timeout and socket.error exceptions.
Daniel Campora
2015-06-29
cc3200: Correct socket settimeout time format.
Daniel Campora
2015-05-24
cc3200: Remove NIC abstraction layer.
Daniel Campora
2015-05-24
cc3200: Reset the servers and close user sockets on WLAN disconection.
Daniel Campora
2015-05-22
cc3200: Finally unlock the full wake on WLAN feature set.
Daniel Campora
2015-05-12
py: Add mp_obj_get_int_truncated and use it where appropriate.
Damien George
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek
2015-04-28
cc3200: Select NIC when the socket is created.
Daniel Campora
2015-04-18
cc3200: Clean up and reduce use/include of std.h.
Damien George
2015-04-14
cc3200: Add IPPROTO_SEC to be able to create secure sockets.
Daniel Campora
2015-02-21
cc3200: Add explicit py/ path-prefix for py includes.
Damien George
2015-02-06
cc3200: Add cc3200 port of MicroPython.
danicampora