24 Commits (0bd3f3291d3ea0252a91653a1edcbfa83d524834)

Author SHA1 Message Date
danicampora 0212dc65b7 cc3200: Add created sockets to the registry. 9 years ago
danicampora 04db848dc7 docs: Add usocket and ussl modules' documentation. 9 years ago
danicampora 4b630c452d cc3200: Make socket.listen([backlog]) compliant with Python 3.5. 9 years ago
danicampora 719dca2515 cc3200: Clean-up socket constants. 9 years ago
Daniel Campora b56634e691 cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error. 9 years ago
Daniel Campora 9a348fc840 cc3200: Add socket.makefile() 9 years ago
Daniel Campora f22b35e4e5 cc3200: Add socket.sendall() (aliases to send()). 9 years ago
Daniel Campora a243d6b057 cc3200: Make socket stream methods return POSIX error codes. 9 years ago
Daniel Campora cf814b2d34 cc3200: Refactor and clean-up socket closing code. 9 years ago
Daniel Campora a0a3de60be cc3200: Translate simplelink's socket error numbers to POSIX values. 9 years ago
Daniel Campora 31b40eebe8 cc3200: Fix socket recv and recvfrom return value type. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago
Daniel Campora f522849a4d cc3200: Add socket.timeout and socket.error exceptions. 9 years ago
Daniel Campora 5ebf39784a cc3200: Correct socket settimeout time format. 9 years ago
Daniel Campora 3cb804de26 cc3200: Remove NIC abstraction layer. 10 years ago
Daniel Campora 9f8c5456be cc3200: Reset the servers and close user sockets on WLAN disconection. 10 years ago
Daniel Campora ed56b0baba cc3200: Finally unlock the full wake on WLAN feature set. 10 years ago
Damien George c50772d19f py: Add mp_obj_get_int_truncated and use it where appropriate. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Daniel Campora d34c4784a5 cc3200: Select NIC when the socket is created. 10 years ago
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Daniel Campora f7a26472af cc3200: Add IPPROTO_SEC to be able to create secure sockets. 10 years ago
Damien George 4a23a01945 cc3200: Add explicit py/ path-prefix for py includes. 10 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago
Damien George 0d3cb6726d py: Change vstr so that it doesn't null terminate buffer by default. 10 years ago
Damien George 23342c09ff stmhal: Bug fix for usocket's accept and setsockopt methods. 10 years ago
Damien George 8b77e3dd2f stmhal: Put mod_network_nic_list in global root-pointer state. 10 years ago
Damien George 05005f679e py: Remove mp_obj_str_builder and use vstr instead. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George d0caaadaee stmhal: Allow network, uselect, usocket mods to be used by other ports. 10 years ago
Damien George be6d8be91e py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. 10 years ago
Damien George 29a1ec1bd6 stmhal: Overhaul network drivers; has generic network protocol in C. 10 years ago
Damien George 3b603f29ec Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago
Damien George 1a8573ed0e stmhal: Update some inlined docs for network and CAN. 10 years ago
Damien George 3a1c4c5bc6 stmhal: Add network and usocket module. 10 years ago