Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-09 | examples: Rename unix socket examples to have more precise naming (http). | Paul Sokolovsky | |
2014-02-08 | Rename "rawsocket" module to "microsocket". | Paul Sokolovsky | |
It's no longer intended to provide just "raw" socket interface, may include some convenience methods for compatibility with CPython socket - but anyway just minimal set required to deal with socket client and servers, not wider network functionality. | |||
2014-01-26 | sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart. | Paul Sokolovsky | |
2014-01-20 | socket-client, socket-server examples now run on both Micro- and C-Python. | Paul Sokolovsky | |
2014-01-19 | Add socket examples (simple HTTP client and server). | Paul Sokolovsky | |